Skip to content

Commit

Permalink
[MTD] [NAND] Remove wrong operation in PM function of the BF54x NFC d…
Browse files Browse the repository at this point in the history
…river

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>
  • Loading branch information
Bryan Wu authored and David Woodhouse committed Feb 3, 2008
1 parent a503677 commit f4dda09
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/mtd/nand/bf5xx_nand.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit f4dda09

Please sign in to comment.