Title: [3998] trunk/drivers/mtd/nand/bf5xx_nand.c: Fix bug [#3737], remove wrong operation in PM function of the BF54x NFC driver
Revision
3998
Author
cooloney
Date
2007-12-06 03:10:12 -0600 (Thu, 06 Dec 2007)

Log Message

Fix bug [#3737], remove wrong operation in PM function of the BF54x NFC driver

There is no suspend/resume operation in NFC driver at all, currently.

Diffstat

 bf5xx_nand.c |    3 ---
 1 files changed, 3 deletions(-)

Modified Paths

Diff

Modified: trunk/drivers/mtd/nand/bf5xx_nand.c (3997 => 3998)


--- trunk/drivers/mtd/nand/bf5xx_nand.c	2007-12-06 07:37:50 UTC (rev 3997)
+++ trunk/drivers/mtd/nand/bf5xx_nand.c	2007-12-06 09:10:12 UTC (rev 3998)
@@ -760,9 +760,6 @@
 {
 	struct bf5xx_nand_info *info = platform_get_drvdata(dev);
 
-	if (info)
-		bf5xx_nand_hw_init(info);
-
 	return 0;
 }
 
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to