Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ee39a0e6 authored by Yoichi Yuasa's avatar Yoichi Yuasa Committed by David Woodhouse
Browse files

[MTD][NAND] au1550nd: remove unused variable



Remove unused variable from au1550 NAND driver.

Signed-off-by: default avatarYoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
parent ca6f12c6
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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);