Commit f4dda091 authored by Bryan Wu's avatar Bryan Wu Committed by David Woodhouse

[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: default avatarBryan Wu <bryan.wu@analog.com>
Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent a5036778
...@@ -760,9 +760,6 @@ static int bf5xx_nand_resume(struct platform_device *dev) ...@@ -760,9 +760,6 @@ static int bf5xx_nand_resume(struct platform_device *dev)
{ {
struct bf5xx_nand_info *info = platform_get_drvdata(dev); struct bf5xx_nand_info *info = platform_get_drvdata(dev);
if (info)
bf5xx_nand_hw_init(info);
return 0; return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment