Commit d694846b authored by David Woodhouse's avatar David Woodhouse

[MTD] set blkdev parent to the mtd device, not its parent

Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
parent 091bf762
......@@ -286,7 +286,7 @@ int add_mtd_blktrans_dev(struct mtd_blktrans_dev *new)
gd->private_data = new;
new->blkcore_priv = gd;
gd->queue = tr->blkcore_priv->rq;
gd->driverfs_dev = new->mtd->dev.parent;
gd->driverfs_dev = &new->mtd->dev;
if (new->readonly)
set_disk_ro(gd, 1);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment