diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2013-10-02 22:26:43 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2013-10-02 22:26:43 +0000 |
commit | 101034fa2335e407843b6eeee1ac458ffa9e605b (patch) | |
tree | 9e08916217dd2314931fdbe4417c737b390cf7d9 /target/linux/generic/patches-3.6/441-block2mtd_refresh.patch | |
parent | fa839274b0f1de41be498c25bbc4d1a92b48d64e (diff) | |
download | upstream-101034fa2335e407843b6eeee1ac458ffa9e605b.tar.gz upstream-101034fa2335e407843b6eeee1ac458ffa9e605b.tar.bz2 upstream-101034fa2335e407843b6eeee1ac458ffa9e605b.zip |
kernel: refresh patches
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38291
Diffstat (limited to 'target/linux/generic/patches-3.6/441-block2mtd_refresh.patch')
-rw-r--r-- | target/linux/generic/patches-3.6/441-block2mtd_refresh.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic/patches-3.6/441-block2mtd_refresh.patch b/target/linux/generic/patches-3.6/441-block2mtd_refresh.patch index 7f8a1f1233..9aeb3f48ec 100644 --- a/target/linux/generic/patches-3.6/441-block2mtd_refresh.patch +++ b/target/linux/generic/patches-3.6/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)) |