diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-05-05 11:43:34 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-05-05 11:43:34 +0000 |
commit | 2e3f8c480e4e27cb843553820aff019cf7cb2649 (patch) | |
tree | 84982919b31a0221ba9a0d5a4f0f732f399262d9 /target/linux/generic/patches-2.6.32/066-block2mtd_probe.patch | |
parent | e005aed2231ce7bce0214061ea0d7f546c7fec24 (diff) | |
download | mtk-20170518-2e3f8c480e4e27cb843553820aff019cf7cb2649.zip mtk-20170518-2e3f8c480e4e27cb843553820aff019cf7cb2649.tar.gz mtk-20170518-2e3f8c480e4e27cb843553820aff019cf7cb2649.tar.bz2 |
linux/2.6.32: R.I.P.
SVN-Revision: 31597
Diffstat (limited to 'target/linux/generic/patches-2.6.32/066-block2mtd_probe.patch')
-rw-r--r-- | target/linux/generic/patches-2.6.32/066-block2mtd_probe.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/target/linux/generic/patches-2.6.32/066-block2mtd_probe.patch b/target/linux/generic/patches-2.6.32/066-block2mtd_probe.patch deleted file mode 100644 index a97b74e..0000000 --- a/target/linux/generic/patches-2.6.32/066-block2mtd_probe.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- a/drivers/mtd/devices/block2mtd.c -+++ b/drivers/mtd/devices/block2mtd.c -@@ -264,11 +264,13 @@ static int _open_bdev(struct block2mtd_d - bdev = open_bdev_exclusive(dev->devname, FMODE_READ|FMODE_WRITE, NULL); - #ifndef MODULE - if (IS_ERR(bdev)) { -+ dev_t devt; - - /* We might not have rootfs mounted at this point. Try - to resolve the device name by other means. */ - -- dev_t devt = name_to_dev_t(dev->devname); -+ wait_for_device_probe(); -+ devt = name_to_dev_t(dev->devname); - if (devt) { - bdev = open_by_devnum(devt, FMODE_WRITE | FMODE_READ); - } |