projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca6f12c
)
[MTD][NAND] au1550nd: remove unused variable
author
Yoichi Yuasa
<yoichi_yuasa@tripeaks.co.jp>
Tue, 15 Jul 2008 14:04:35 +0000
(23:04 +0900)
committer
David Woodhouse
<David.Woodhouse@intel.com>
Fri, 25 Jul 2008 14:03:35 +0000
(10:03 -0400)
Remove unused variable from au1550 NAND driver.
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/nand/au1550nd.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/nand/au1550nd.c
b/drivers/mtd/nand/au1550nd.c
index 22ad9f3677609dea1583c7967f592fb2d7bb93b5..761946ea45b132da9dde13b1d3ea9b7935f53a8a 100644
(file)
--- a/
drivers/mtd/nand/au1550nd.c
+++ b/
drivers/mtd/nand/au1550nd.c
@@
-602,8
+602,6
@@
module_init(au1xxx_nand_init);
*/
static void __exit au1550_cleanup(void)
{
- struct nand_chip *this = (struct nand_chip *)&au1550_mtd[1];
-
/* Release resources, unregister device */
nand_release(au1550_mtd);