Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Bryan Wu and committed by
David Woodhouse
f4dda091 a5036778

-3
-3
drivers/mtd/nand/bf5xx_nand.c
··· 760 760 { 761 761 struct bf5xx_nand_info *info = platform_get_drvdata(dev); 762 762 763 - if (info) 764 - bf5xx_nand_hw_init(info); 765 - 766 763 return 0; 767 764 } 768 765