Skip to content

Commit

Permalink
[MTD][NAND] au1550nd: remove unused variable
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Yoichi Yuasa authored and David Woodhouse committed Jul 25, 2008
1 parent ca6f12c commit ee39a0e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/mtd/nand/au1550nd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit ee39a0e

Please sign in to comment.