projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a503677
)
[MTD] [NAND] Remove wrong operation in PM function of the BF54x NFC driver
author
Bryan Wu
<bryan.wu@analog.com>
Wed, 30 Jan 2008 09:18:17 +0000
(17:18 +0800)
committer
David Woodhouse
<dwmw2@infradead.org>
Sun, 3 Feb 2008 07:54:46 +0000
(18:54 +1100)
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>
drivers/mtd/nand/bf5xx_nand.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/nand/bf5xx_nand.c
b/drivers/mtd/nand/bf5xx_nand.c
index 542850cd4c37c013124b25474c817fd746726899..2fe9678e7545516564a834e8c80dac9adc5192de 100644
(file)
--- a/
drivers/mtd/nand/bf5xx_nand.c
+++ b/
drivers/mtd/nand/bf5xx_nand.c
@@
-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;
}