summaryrefslogtreecommitdiff
path: root/target/linux/generic/patches-3.8/441-block2mtd_refresh.patch
diff options
context:
space:
mode:
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-10-02 22:26:43 +0000
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-10-02 22:26:43 +0000
commitf9a8d18e23caead04daed8b3f0f6fc890eaf5ada (patch)
treed11fc6cf918875ee705c56bc76b90ac53289ffdf /target/linux/generic/patches-3.8/441-block2mtd_refresh.patch
parentd12df5398a3601af2ec7ffe80aba4e2f3db8bd69 (diff)
kernel: refresh patches
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38291 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-3.8/441-block2mtd_refresh.patch')
-rw-r--r--target/linux/generic/patches-3.8/441-block2mtd_refresh.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic/patches-3.8/441-block2mtd_refresh.patch b/target/linux/generic/patches-3.8/441-block2mtd_refresh.patch
index b2b02229e1..67657443ff 100644
--- a/target/linux/generic/patches-3.8/441-block2mtd_refresh.patch
+++ b/target/linux/generic/patches-3.8/441-block2mtd_refresh.patch
@@ -231,8 +231,7 @@
- bdev = blkdev_get_by_path(devname, mode, dev);
-#ifndef MODULE
- if (IS_ERR(bdev)) {
-+ strcpy(dev->devname, devname);
-
+-
- /* We might not have rootfs mounted at this point. Try
- to resolve the device name by other means. */
-
@@ -247,7 +246,8 @@
- goto devinit_err;
- }
- dev->blkdev = bdev;
--
++ strcpy(dev->devname, devname);
+
- if (MAJOR(bdev->bd_dev) == MTD_BLOCK_MAJOR) {
- ERROR("attempting to use an MTD device as a block device");
+ if (_open_bdev(dev))