From 3c7aec61854254868b560e9ab5631910c1ebbebb Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Fri, 20 Jul 2007 18:32:48 +0000 Subject: rootfs_split: fix a typo, and fix compiler warnings SVN-Revision: 8082 --- target/linux/generic-2.6/patches-2.6.22/060-rootfs_split.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/generic-2.6/patches-2.6.22/060-rootfs_split.patch') diff --git a/target/linux/generic-2.6/patches-2.6.22/060-rootfs_split.patch b/target/linux/generic-2.6/patches-2.6.22/060-rootfs_split.patch index 67f4764..37d645e 100644 --- a/target/linux/generic-2.6/patches-2.6.22/060-rootfs_split.patch +++ b/target/linux/generic-2.6/patches-2.6.22/060-rootfs_split.patch @@ -284,7 +284,7 @@ Index: linux/drivers/mtd/mtdpart.c + if (dpart == NULL) + return 1; + -+ printk(KERN_INFO "mtd: partition \"%s\" created automatically, ofs=%lX, len=%lX \n", ++ printk(KERN_INFO "mtd: partition \"%s\" created automatically, ofs=%X, len=%X \n", + ROOTFS_SPLIT_NAME, dpart->offset, dpart->size); + + ret = add_one_partition(master, dpart, index, NULL); -- cgit v1.1