parse errors in ifdefs
[sfrench/cifs-2.6.git] / drivers / mtd / nand / ppchameleonevb.c
index 38fe9e998ee571e604eaedef3b514085a64afcd1..082073acf20fc51b6a252623bca2d7cc59ba456b 100644 (file)
@@ -424,9 +424,9 @@ static void __exit ppchameleonevb_cleanup(void)
 
        /* Release iomaps */
        this = (struct nand_chip *) &ppchameleon_mtd[1];
-       iounmap((void *) this->IO_ADDR_R;
+       iounmap((void *) this->IO_ADDR_R);
        this = (struct nand_chip *) &ppchameleonevb_mtd[1];
-       iounmap((void *) this->IO_ADDR_R;
+       iounmap((void *) this->IO_ADDR_R);
 
        /* Free the MTD device structure */
        kfree (ppchameleon_mtd);