diff options
Diffstat (limited to 'drivers/mtd/nand/autcpu12.c')
-rw-r--r-- | drivers/mtd/nand/autcpu12.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/mtd/nand/autcpu12.c b/drivers/mtd/nand/autcpu12.c index e3744eb8eccb..dd38011ee0b7 100644 --- a/drivers/mtd/nand/autcpu12.c +++ b/drivers/mtd/nand/autcpu12.c | |||
@@ -20,7 +20,7 @@ | |||
20 | * | 20 | * |
21 | * 02-12-2002 TG Cleanup of module params | 21 | * 02-12-2002 TG Cleanup of module params |
22 | * | 22 | * |
23 | * 02-20-2002 TG adjusted for different rd/wr adress support | 23 | * 02-20-2002 TG adjusted for different rd/wr address support |
24 | * added support for read device ready/busy line | 24 | * added support for read device ready/busy line |
25 | * added page_cache | 25 | * added page_cache |
26 | * | 26 | * |
@@ -144,7 +144,7 @@ static int __init autcpu12_init(void) | |||
144 | goto out; | 144 | goto out; |
145 | } | 145 | } |
146 | 146 | ||
147 | /* map physical adress */ | 147 | /* map physical address */ |
148 | autcpu12_fio_base = ioremap(AUTCPU12_PHYS_SMC, SZ_1K); | 148 | autcpu12_fio_base = ioremap(AUTCPU12_PHYS_SMC, SZ_1K); |
149 | if (!autcpu12_fio_base) { | 149 | if (!autcpu12_fio_base) { |
150 | printk("Ioremap autcpu12 SmartMedia Card failed\n"); | 150 | printk("Ioremap autcpu12 SmartMedia Card failed\n"); |
@@ -227,7 +227,7 @@ static void __exit autcpu12_cleanup(void) | |||
227 | /* Release resources, unregister device */ | 227 | /* Release resources, unregister device */ |
228 | nand_release(autcpu12_mtd); | 228 | nand_release(autcpu12_mtd); |
229 | 229 | ||
230 | /* unmap physical adress */ | 230 | /* unmap physical address */ |
231 | iounmap(autcpu12_fio_base); | 231 | iounmap(autcpu12_fio_base); |
232 | 232 | ||
233 | /* Free the MTD device structure */ | 233 | /* Free the MTD device structure */ |