From: Bryan Wu Date: Wed, 30 Jan 2008 09:18:17 +0000 (+0800) Subject: [MTD] [NAND] Remove wrong operation in PM function of the BF54x NFC driver X-Git-Tag: v2.6.25-rc1~296^2~12 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=f4dda0914e76feb1ff5ec349cc68f319f6a4e40f;p=linux-2.6-omap-h63xx.git [MTD] [NAND] Remove wrong operation in PM function of the BF54x NFC driver There is no suspend/resume operation in NFC driver at all, currently. Signed-off-by: Bryan Wu Signed-off-by: David Woodhouse --- diff --git a/drivers/mtd/nand/bf5xx_nand.c b/drivers/mtd/nand/bf5xx_nand.c index 542850cd4c3..2fe9678e754 100644 --- a/drivers/mtd/nand/bf5xx_nand.c +++ b/drivers/mtd/nand/bf5xx_nand.c @@ -760,9 +760,6 @@ static int bf5xx_nand_resume(struct platform_device *dev) { struct bf5xx_nand_info *info = platform_get_drvdata(dev); - if (info) - bf5xx_nand_hw_init(info); - return 0; }