|
@@ -110,7 +110,7 @@ static int __init omapflash_probe(struct platform_device *pdev)
|
|
|
err = parse_mtd_partitions(info->mtd, part_probes, &info->parts, 0);
|
|
|
if (err > 0)
|
|
|
add_mtd_partitions(info->mtd, info->parts, err);
|
|
|
- else if (err < 0 && pdata->parts)
|
|
|
+ else if (err <= 0 && pdata->parts)
|
|
|
add_mtd_partitions(info->mtd, pdata->parts, pdata->nr_parts);
|
|
|
else
|
|
|
#endif
|