dect
/
linux-2.6
Archived
13
0
Fork 0

[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>
This commit is contained in:
Bryan Wu 2008-01-30 17:18:17 +08:00 committed by David Woodhouse
parent a50367784e
commit f4dda0914e
1 changed files with 0 additions and 3 deletions

View 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;
}