aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-4.1/143-mtd-bcm47xxpart-limit-scanned-flash-area-on-BCM47XX-.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2015-12-10 12:14:19 +0000
committerImre Kaloz <kaloz@openwrt.org>2015-12-10 12:14:19 +0000
commitf5ff68414711b3d1e8d0989f3aa90942e4da4710 (patch)
tree8d41c1622f971d7a8517db8979dcc8af3bf42901 /target/linux/generic/patches-4.1/143-mtd-bcm47xxpart-limit-scanned-flash-area-on-BCM47XX-.patch
parent4707123fca81ba18de6a9690a39fa4001f89221f (diff)
downloadupstream-f5ff68414711b3d1e8d0989f3aa90942e4da4710.tar.gz
upstream-f5ff68414711b3d1e8d0989f3aa90942e4da4710.tar.bz2
upstream-f5ff68414711b3d1e8d0989f3aa90942e4da4710.zip
generic/4.1: refresh patches
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 47821
Diffstat (limited to 'target/linux/generic/patches-4.1/143-mtd-bcm47xxpart-limit-scanned-flash-area-on-BCM47XX-.patch')
-rw-r--r--target/linux/generic/patches-4.1/143-mtd-bcm47xxpart-limit-scanned-flash-area-on-BCM47XX-.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-4.1/143-mtd-bcm47xxpart-limit-scanned-flash-area-on-BCM47XX-.patch b/target/linux/generic/patches-4.1/143-mtd-bcm47xxpart-limit-scanned-flash-area-on-BCM47XX-.patch
index aa315143fe..761cff316d 100644
--- a/target/linux/generic/patches-4.1/143-mtd-bcm47xxpart-limit-scanned-flash-area-on-BCM47XX-.patch
+++ b/target/linux/generic/patches-4.1/143-mtd-bcm47xxpart-limit-scanned-flash-area-on-BCM47XX-.patch
@@ -20,7 +20,7 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
--- a/drivers/mtd/bcm47xxpart.c
+++ b/drivers/mtd/bcm47xxpart.c
-@@ -118,8 +118,8 @@ static int bcm47xxpart_parse(struct mtd_info *master,
+@@ -118,8 +118,8 @@ static int bcm47xxpart_parse(struct mtd_
/* Parse block by block looking for magics */
for (offset = 0; offset <= master->size - blocksize;
offset += blocksize) {