diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2015-12-07 10:11:43 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2015-12-07 10:11:43 +0000 |
commit | 9999ca14e7882d510801790dee168291b03f25ee (patch) | |
tree | 0e3ccdd696399774f9b277b09e992131fee5ecce /target/linux/generic/patches-4.4/143-mtd-bcm47xxpart-limit-scanned-flash-area-on-BCM47XX-.patch | |
parent | 3333f75cafc6d45491eeb2b104a01bf8cb90cd78 (diff) | |
download | upstream-9999ca14e7882d510801790dee168291b03f25ee.tar.gz upstream-9999ca14e7882d510801790dee168291b03f25ee.tar.bz2 upstream-9999ca14e7882d510801790dee168291b03f25ee.zip |
generic: bump 4.4 to rc4
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 47801
Diffstat (limited to 'target/linux/generic/patches-4.4/143-mtd-bcm47xxpart-limit-scanned-flash-area-on-BCM47XX-.patch')
-rw-r--r-- | target/linux/generic/patches-4.4/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.4/143-mtd-bcm47xxpart-limit-scanned-flash-area-on-BCM47XX-.patch b/target/linux/generic/patches-4.4/143-mtd-bcm47xxpart-limit-scanned-flash-area-on-BCM47XX-.patch index aa315143fe..761cff316d 100644 --- a/target/linux/generic/patches-4.4/143-mtd-bcm47xxpart-limit-scanned-flash-area-on-BCM47XX-.patch +++ b/target/linux/generic/patches-4.4/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) { |