diff options
author | Bryan Wu <bryan.wu@analog.com> | 2008-01-30 04:18:17 -0500 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2008-02-03 02:54:46 -0500 |
commit | f4dda0914e76feb1ff5ec349cc68f319f6a4e40f (patch) | |
tree | dec5f39c9e714c2b0ef815b71c1463e4bf58b263 /drivers/mtd | |
parent | a50367784ea6ef8d4276daac0dfcfaa896f8530b (diff) |
[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 <bryan.wu@analog.com>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'drivers/mtd')
-rw-r--r-- | drivers/mtd/nand/bf5xx_nand.c | 3 |
1 files changed, 0 insertions, 3 deletions
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) | |||
760 | { | 760 | { |
761 | struct bf5xx_nand_info *info = platform_get_drvdata(dev); | 761 | struct bf5xx_nand_info *info = platform_get_drvdata(dev); |
762 | 762 | ||
763 | if (info) | ||
764 | bf5xx_nand_hw_init(info); | ||
765 | |||
766 | return 0; | 763 | return 0; |
767 | } | 764 | } |
768 | 765 | ||