]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/mtd/maps/nettel.c
V4L/DVB (12534): soc-camera: V4L2 API compliant scaling (S_FMT) and cropping (S_CROP)
[mv-sheeva.git] / drivers / mtd / maps / nettel.c
index df682667604a1300e68118a17803980b9085196f..a97133eb9d70ec8356e991d3a63fb888000d4c31 100644 (file)
@@ -357,8 +357,8 @@ static int __init nettel_init(void)
                *intel1par = 0;
        }
 
-       printk(KERN_NOTICE "SNAPGEAR: Intel flash device size = %dK\n",
-               (intel_mtd->size >> 10));
+       printk(KERN_NOTICE "SNAPGEAR: Intel flash device size = %lldKiB\n",
+              (unsigned long long)(intel_mtd->size >> 10));
 
        intel_mtd->owner = THIS_MODULE;