From 101034fa2335e407843b6eeee1ac458ffa9e605b Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Wed, 2 Oct 2013 22:26:43 +0000 Subject: kernel: refresh patches Signed-off-by: Hauke Mehrtens SVN-Revision: 38291 --- target/linux/generic/patches-3.6/441-block2mtd_refresh.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/generic/patches-3.6/441-block2mtd_refresh.patch') 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)) -- cgit v1.2.3