diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2015-12-10 12:14:19 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2015-12-10 12:14:19 +0000 |
commit | f5ff68414711b3d1e8d0989f3aa90942e4da4710 (patch) | |
tree | 8d41c1622f971d7a8517db8979dcc8af3bf42901 /target/linux/generic/patches-4.1/143-mtd-bcm47xxpart-limit-scanned-flash-area-on-BCM47XX-.patch | |
parent | 4707123fca81ba18de6a9690a39fa4001f89221f (diff) | |
download | mtk-20170518-f5ff68414711b3d1e8d0989f3aa90942e4da4710.zip mtk-20170518-f5ff68414711b3d1e8d0989f3aa90942e4da4710.tar.gz mtk-20170518-f5ff68414711b3d1e8d0989f3aa90942e4da4710.tar.bz2 |
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-.patch | 2 |
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 aa31514..761cff3 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) { |