Message ID | 4946EA7F.1@oracle.com |
---|---|
State | New, archived |
Headers | show |
--- linux-next-20081215.orig/drivers/mtd/maps/nettel.c +++ linux-next-20081215/drivers/mtd/maps/nettel.c @@ -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 = %lluK\n", + (unsigned long long)(intel_mtd->size >> 10)); intel_mtd->owner = THIS_MODULE;