| To: | linux-cvs-patches@linux-mips.org |
|---|---|
| Subject: | CVS Update@linux-mips.org: linux |
| From: | macro@linux-mips.org |
| Date: | Thu, 16 Jun 2005 21:42:14 +0100 |
| Reply-to: | linux-mips@linux-mips.org |
| Sender: | linux-cvs-patches-bounce@linux-mips.org |
CVSROOT: /home/cvs
Module name: linux
Changes by: macro@ftp.linux-mips.org 05/06/16 21:42:08
Modified files:
drivers/mtd/devices: ms02-nv.c
Log message:
Fix the format specifier.
diff -urN linux/drivers/mtd/devices/ms02-nv.c
linux/drivers/mtd/devices/ms02-nv.c
--- linux/drivers/mtd/devices/ms02-nv.c 2005/06/16 20:30:58 1.11
+++ linux/drivers/mtd/devices/ms02-nv.c 2005/06/16 20:42:07 1.12
@@ -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;
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | CVS Update@linux-mips.org: linux, macro |
|---|---|
| Next by Date: | CVS Update@linux-mips.org: linux, macro |
| Previous by Thread: | CVS Update@linux-mips.org: linux, macro |
| Next by Thread: | CVS Update@linux-mips.org: linux, macro |
| Indexes: | [Date] [Thread] [Top] [All Lists] |