From 480473337d48c72c30422e2ef0059fe91875c324 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Mon, 28 Nov 2016 13:14:35 +0100 Subject: [PATCH] kernel: use upstream accepted bcm47xxpart parsing fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rafał Miłecki --- ...mtd-bcm47xxpart-fix-parsing-first-block-after-aligne.patch} | 3 +++ 1 file changed, 3 insertions(+) rename target/linux/generic/patches-4.4/{143-mtd-bcm47xxpart-fix-parsing-first-block-after-aligne.patch => 042-0004-mtd-bcm47xxpart-fix-parsing-first-block-after-aligne.patch} (88%) diff --git a/target/linux/generic/patches-4.4/143-mtd-bcm47xxpart-fix-parsing-first-block-after-aligne.patch b/target/linux/generic/patches-4.4/042-0004-mtd-bcm47xxpart-fix-parsing-first-block-after-aligne.patch similarity index 88% rename from target/linux/generic/patches-4.4/143-mtd-bcm47xxpart-fix-parsing-first-block-after-aligne.patch rename to target/linux/generic/patches-4.4/042-0004-mtd-bcm47xxpart-fix-parsing-first-block-after-aligne.patch index 889550fd7d..7eed77775a 100644 --- a/target/linux/generic/patches-4.4/143-mtd-bcm47xxpart-fix-parsing-first-block-after-aligne.patch +++ b/target/linux/generic/patches-4.4/042-0004-mtd-bcm47xxpart-fix-parsing-first-block-after-aligne.patch @@ -1,4 +1,6 @@ +From bd5d21310133921021d78995ad6346f908483124 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= +Date: Sun, 20 Nov 2016 16:09:30 +0100 Subject: [PATCH] mtd: bcm47xxpart: fix parsing first block after aligned TRX MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 @@ -12,6 +14,7 @@ places right after TRX. This fixes calculation and simplifies the comment. Signed-off-by: Rafał Miłecki +Signed-off-by: Brian Norris --- drivers/mtd/bcm47xxpart.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-)