Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[MTD][NAND] au1550nd: remove unused variable

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>

authored by

Yoichi Yuasa and committed by
David Woodhouse
ee39a0e6 ca6f12c6

-2
-2
drivers/mtd/nand/au1550nd.c
··· 602 602 */ 603 603 static void __exit au1550_cleanup(void) 604 604 { 605 - struct nand_chip *this = (struct nand_chip *)&au1550_mtd[1]; 606 - 607 605 /* Release resources, unregister device */ 608 606 nand_release(au1550_mtd); 609 607