diff options
Diffstat (limited to 'drivers/mtd')
-rw-r--r-- | drivers/mtd/maps/plat-ram.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/maps/plat-ram.c b/drivers/mtd/maps/plat-ram.c index f0b10ca05029..3eb2643b2328 100644 --- a/drivers/mtd/maps/plat-ram.c +++ b/drivers/mtd/maps/plat-ram.c | |||
@@ -209,7 +209,7 @@ static int platram_probe(struct platform_device *pdev) | |||
209 | /* probe for the right mtd map driver | 209 | /* probe for the right mtd map driver |
210 | * supplied by the platform_data struct */ | 210 | * supplied by the platform_data struct */ |
211 | 211 | ||
212 | if (pdata->map_probes != 0) { | 212 | if (pdata->map_probes) { |
213 | const char **map_probes = pdata->map_probes; | 213 | const char **map_probes = pdata->map_probes; |
214 | 214 | ||
215 | for ( ; !info->mtd && *map_probes; map_probes++) | 215 | for ( ; !info->mtd && *map_probes; map_probes++) |