diff options
Diffstat (limited to 'drivers/mtd/nand')
-rw-r--r-- | drivers/mtd/nand/edb7312.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/edb7312.c b/drivers/mtd/nand/edb7312.c index 12017f3c6bd6..1daf8231aaef 100644 --- a/drivers/mtd/nand/edb7312.c +++ b/drivers/mtd/nand/edb7312.c | |||
@@ -199,7 +199,7 @@ static void __exit ep7312_cleanup(void) | |||
199 | nand_release(ap7312_mtd); | 199 | nand_release(ap7312_mtd); |
200 | 200 | ||
201 | /* Release io resource */ | 201 | /* Release io resource */ |
202 | iounmap((void *)this->IO_ADDR_R); | 202 | iounmap(this->IO_ADDR_R); |
203 | 203 | ||
204 | /* Free the MTD device structure */ | 204 | /* Free the MTD device structure */ |
205 | kfree(ep7312_mtd); | 205 | kfree(ep7312_mtd); |