diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2016-11-28 13:14:35 +0100 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2016-11-28 13:15:13 +0100 |
commit | 480473337d48c72c30422e2ef0059fe91875c324 (patch) | |
tree | cad7ba1b355d1ae37b5caf860a5b6a9b96143111 /target | |
parent | 32875a2d79a553c339f861190a4e9f21c97da88e (diff) | |
download | upstream-480473337d48c72c30422e2ef0059fe91875c324.tar.gz upstream-480473337d48c72c30422e2ef0059fe91875c324.tar.bz2 upstream-480473337d48c72c30422e2ef0059fe91875c324.zip |
kernel: use upstream accepted bcm47xxpart parsing fix
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/patches-4.4/042-0004-mtd-bcm47xxpart-fix-parsing-first-block-after-aligne.patch (renamed from target/linux/generic/patches-4.4/143-mtd-bcm47xxpart-fix-parsing-first-block-after-aligne.patch) | 3 |
1 files changed, 3 insertions, 0 deletions
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 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?= <rafal@milecki.pl> +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 <rafal@milecki.pl> +Signed-off-by: Brian Norris <computersforpeace@gmail.com> --- drivers/mtd/bcm47xxpart.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) |