mtd/drivers/mtd/devices ms02-nv.c,1.9,1.10

Maciej W. Rozycki macro at infradead.org
Mon Jun 20 08:24:46 EDT 2005


Update of /home/cvs/mtd/drivers/mtd/devices
In directory phoenix.infradead.org:/tmp/cvs-serv5090/mtd/drivers/mtd/devices

Modified Files:
	ms02-nv.c 
Log Message:
Fix the format specifier.


Index: ms02-nv.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/devices/ms02-nv.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ms02-nv.c	20 Jun 2005 12:22:50 -0000	1.9
+++ ms02-nv.c	20 Jun 2005 12:24:41 -0000	1.10
@@ -233,7 +233,7 @@
 		goto err_out_csr_res;
 	}
 
-	printk(KERN_INFO "mtd%d: %s at 0x%08lx, size %uMiB.\n",
+	printk(KERN_INFO "mtd%d: %s at 0x%08lx, size %zuMiB.\n",
 		mtd->index, ms02nv_name, addr, size >> 20);
 
 	mp->next = root_ms02nv_mtd;





More information about the linux-mtd-cvs mailing list