From 30a372407c2089eb380c99af75e693770e206624 Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 5 Feb 2013 22:36:54 +0000 Subject: [brcm63xx] remove support for 3.6 kernel Signed-off-by: Florian Fainelli git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35506 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- ...part-use-correct-printk-format-for-partit.patch | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 target/linux/brcm63xx/patches-3.6/105-MTD-bcm63xxpart-use-correct-printk-format-for-partit.patch (limited to 'target/linux/brcm63xx/patches-3.6/105-MTD-bcm63xxpart-use-correct-printk-format-for-partit.patch') diff --git a/target/linux/brcm63xx/patches-3.6/105-MTD-bcm63xxpart-use-correct-printk-format-for-partit.patch b/target/linux/brcm63xx/patches-3.6/105-MTD-bcm63xxpart-use-correct-printk-format-for-partit.patch deleted file mode 100644 index 60396abae..000000000 --- a/target/linux/brcm63xx/patches-3.6/105-MTD-bcm63xxpart-use-correct-printk-format-for-partit.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 55aa355612ce55dc1943f116ea49e795a098b60c Mon Sep 17 00:00:00 2001 -From: Jonas Gorski -Date: Tue, 8 May 2012 10:03:27 +0200 -Subject: [PATCH 24/79] MTD: bcm63xxpart: use correct printk format for - partitions - -Use ll to be able to remove the casts. - -Signed-off-by: Jonas Gorski ---- - drivers/mtd/bcm63xxpart.c | 5 ++--- - 1 file changed, 2 insertions(+), 3 deletions(-) - ---- a/drivers/mtd/bcm63xxpart.c -+++ b/drivers/mtd/bcm63xxpart.c -@@ -198,9 +198,8 @@ static int bcm63xx_parse_cfe_partitions( - parts[curpart].size = master->size - cfelen - nvramlen; - - for (i = 0; i < nrparts; i++) -- pr_info("Partition %d is %s offset %lx and length %lx\n", i, -- parts[i].name, (long unsigned int)(parts[i].offset), -- (long unsigned int)(parts[i].size)); -+ pr_info("Partition %d is %s offset %llx and length %llx\n", i, -+ parts[i].name, parts[i].offset, parts[i].size); - - pr_info("Spare partition is offset %x and length %x\n", spareaddr, - sparelen); -- cgit v1.2.3