diff options
Diffstat (limited to 'drivers/mtd/nand/cs553x_nand.c')
-rw-r--r-- | drivers/mtd/nand/cs553x_nand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/cs553x_nand.c b/drivers/mtd/nand/cs553x_nand.c index 89deff007116..19e1594421a4 100644 --- a/drivers/mtd/nand/cs553x_nand.c +++ b/drivers/mtd/nand/cs553x_nand.c | |||
@@ -337,7 +337,7 @@ static void __exit cs553x_cleanup(void) | |||
337 | nand_release(cs553x_mtd[i]); | 337 | nand_release(cs553x_mtd[i]); |
338 | cs553x_mtd[i] = NULL; | 338 | cs553x_mtd[i] = NULL; |
339 | 339 | ||
340 | /* unmap physical adress */ | 340 | /* unmap physical address */ |
341 | iounmap(mmio_base); | 341 | iounmap(mmio_base); |
342 | 342 | ||
343 | /* Free the MTD device structure */ | 343 | /* Free the MTD device structure */ |