diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-05-12 12:05:19 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-05-12 12:05:19 +0000 |
commit | 3d65e0831f50b6daf7c697cfce5abcc0a95b9e4b (patch) | |
tree | dad0e4938ff5dfcc718aeaaaded8e2b6ec63840f /target/linux/generic/patches-2.6.37/442-block2mtd_probe.patch | |
parent | fd1880e698befa68a0471e1b7ec45945acd62563 (diff) | |
download | upstream-3d65e0831f50b6daf7c697cfce5abcc0a95b9e4b.tar.gz upstream-3d65e0831f50b6daf7c697cfce5abcc0a95b9e4b.tar.bz2 upstream-3d65e0831f50b6daf7c697cfce5abcc0a95b9e4b.zip |
linux/2.6.37: R.I.P.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31687 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-2.6.37/442-block2mtd_probe.patch')
-rw-r--r-- | target/linux/generic/patches-2.6.37/442-block2mtd_probe.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/target/linux/generic/patches-2.6.37/442-block2mtd_probe.patch b/target/linux/generic/patches-2.6.37/442-block2mtd_probe.patch deleted file mode 100644 index a97b74e5fd..0000000000 --- a/target/linux/generic/patches-2.6.37/442-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); - } |