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-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f4dda0914e76feb1ff5ec349cc68f319f6a4e40f;p=linux-beck.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 542850cd4c37..2fe9678e7545 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; }