mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-25 22:23:14 +00:00
[MTD] set blkdev parent to the mtd device, not its parent
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
This commit is contained in:
parent
091bf7624d
commit
d694846b6b
@ -286,7 +286,7 @@ int add_mtd_blktrans_dev(struct mtd_blktrans_dev *new)
|
|||||||
gd->private_data = new;
|
gd->private_data = new;
|
||||||
new->blkcore_priv = gd;
|
new->blkcore_priv = gd;
|
||||||
gd->queue = tr->blkcore_priv->rq;
|
gd->queue = tr->blkcore_priv->rq;
|
||||||
gd->driverfs_dev = new->mtd->dev.parent;
|
gd->driverfs_dev = &new->mtd->dev;
|
||||||
|
|
||||||
if (new->readonly)
|
if (new->readonly)
|
||||||
set_disk_ro(gd, 1);
|
set_disk_ro(gd, 1);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user