]> git.karo-electronics.de Git - linux-beck.git/blobdiff - drivers/mtd/nand/excite_nandflash.c
[MTD] [NAND] excite_nandflash: simplify code using ARRAY_SIZE() macro.
[linux-beck.git] / drivers / mtd / nand / excite_nandflash.c
index bed87290deccd3b07e120278d77f47c347e57517..ced14b5294d51dac99826cee87899e464abf5fe5 100644 (file)
@@ -209,7 +209,7 @@ static int __init excite_nand_probe(struct device *dev)
        if (likely(!scan_res)) {
                DEBUG(MTD_DEBUG_LEVEL2, "%s: register partitions\n", module_id);
                add_mtd_partitions(&drvdata->board_mtd, partition_info,
-                                  sizeof partition_info / sizeof partition_info[0]);
+                                  ARRAY_SIZE(partition_info));
        } else {
                iounmap(drvdata->regs);
                kfree(drvdata);