[adm5120] flash driver shows the correct chip size from now
[openwrt.git] / target / linux / adm5120-2.6 / files / drivers / mtd / maps / adm5120-flash.c
index a60e6e5..0214415 100644 (file)
@@ -485,7 +485,7 @@ static int adm5120_flash_probe(struct platform_device *dev)
        }
 
        MAP_INFO(map, "found at 0x%lX, size:%ldKiB, width:%d bits\n",
-               (unsigned long)map->phys, (unsigned long)map->size >> 10,
+               (unsigned long)map->phys, (unsigned long)info->mtd->size >> 10,
                map->bankwidth*8);
 
        info->mtd->owner = THIS_MODULE;
This page took 0.021704 seconds and 4 git commands to generate.