]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[MTD] [NAND] Remove wrong operation in PM function of the BF54x NFC driver
authorBryan Wu <bryan.wu@analog.com>
Wed, 30 Jan 2008 09:18:17 +0000 (17:18 +0800)
committerDavid Woodhouse <dwmw2@infradead.org>
Sun, 3 Feb 2008 07:54:46 +0000 (18:54 +1100)
There is no suspend/resume operation in NFC driver at all, currently.

Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
drivers/mtd/nand/bf5xx_nand.c

index 542850cd4c37c013124b25474c817fd746726899..2fe9678e7545516564a834e8c80dac9adc5192de 100644 (file)
@@ -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;
 }