Fix indentation for add_mtd_partitions (#2072)
[openwrt.git] / target / linux / adm5120-2.6 / files / drivers / mtd / maps / adm5120_mtd.c
index 3abad32..ba36298 100644 (file)
@@ -443,7 +443,7 @@ int __init init_adm5120_map(void)
                parts = init_mtd_partitions(adm5120_mtd, size);
 
                for (i = 0; parts[i].name; i++);
-                       ret = add_mtd_partitions(adm5120_mtd, parts, i);
+               ret = add_mtd_partitions(adm5120_mtd, parts, i);
 
                if (ret) {
                        printk(KERN_ERR "Flash: add_mtd_partitions failed\n");
This page took 0.024324 seconds and 4 git commands to generate.