diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-03-01 11:24:08 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2011-03-01 11:24:08 +0000 |
commit | 1f5d24e562d9659d44b09637f94013ce34bb8dc4 (patch) | |
tree | 46aacc757ffec1647a28efa9ceabb7f213510b70 /target/linux/generic/patches-2.6.38/067-block2mtd_2.6.38_fix.patch | |
parent | 783e0646320b311ea6b03f9d01fd61bb48cd427d (diff) | |
download | mtk-20170518-1f5d24e562d9659d44b09637f94013ce34bb8dc4.zip mtk-20170518-1f5d24e562d9659d44b09637f94013ce34bb8dc4.tar.gz mtk-20170518-1f5d24e562d9659d44b09637f94013ce34bb8dc4.tar.bz2 |
refresh patches with -rc6
SVN-Revision: 25805
Diffstat (limited to 'target/linux/generic/patches-2.6.38/067-block2mtd_2.6.38_fix.patch')
-rw-r--r-- | target/linux/generic/patches-2.6.38/067-block2mtd_2.6.38_fix.patch | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/target/linux/generic/patches-2.6.38/067-block2mtd_2.6.38_fix.patch b/target/linux/generic/patches-2.6.38/067-block2mtd_2.6.38_fix.patch index 22b845f..1a052b3 100644 --- a/target/linux/generic/patches-2.6.38/067-block2mtd_2.6.38_fix.patch +++ b/target/linux/generic/patches-2.6.38/067-block2mtd_2.6.38_fix.patch @@ -1,7 +1,5 @@ -Index: linux-2.6.38-rc6/drivers/mtd/devices/block2mtd.c -=================================================================== ---- linux-2.6.38-rc6.orig/drivers/mtd/devices/block2mtd.c 2011-02-28 16:41:59.839603348 +0100 -+++ linux-2.6.38-rc6/drivers/mtd/devices/block2mtd.c 2011-02-28 16:47:59.637698484 +0100 +--- a/drivers/mtd/devices/block2mtd.c ++++ b/drivers/mtd/devices/block2mtd.c @@ -264,12 +264,13 @@ static int _open_bdev(struct block2mtd_d bdev = blkdev_get_by_path(dev->devname, mode, dev); #ifndef MODULE |