[MTD][NAND] au1550nd: remove unused variable

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Fri Jul 25 10:59:02 EDT 2008


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=ee39a0e61b8a307576b5e26057f8257444b5c9c1
Commit:     ee39a0e61b8a307576b5e26057f8257444b5c9c1
Parent:     ca6f12c67ed19718cf37d0f531af9438de85b70c
Author:     Yoichi Yuasa <yoichi_yuasa at tripeaks.co.jp>
AuthorDate: Tue Jul 15 23:04:35 2008 +0900
Committer:  David Woodhouse <David.Woodhouse at intel.com>
CommitDate: Fri Jul 25 10:03:35 2008 -0400

    [MTD][NAND] au1550nd: remove unused variable
    
    Remove unused variable from au1550 NAND driver.
    
    Signed-off-by: Yoichi Yuasa <yoichi_yuasa at tripeaks.co.jp>
    Signed-off-by: David Woodhouse <David.Woodhouse at intel.com>
---
 drivers/mtd/nand/au1550nd.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/drivers/mtd/nand/au1550nd.c b/drivers/mtd/nand/au1550nd.c
index 22ad9f3..761946e 100644
--- 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);
 



More information about the linux-mtd-cvs mailing list