mirror of https://gitee.com/openkylin/linux.git
mtd: nand: docg4: show parent device in sysfs
Fix a bug where parent device symlinks aren't shown in sysfs. While at it, make use of the default owner value set by mtdcore. Signed-off-by: Frans Klaver <fransklaver@gmail.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
This commit is contained in:
parent
fbe1a8bf12
commit
0a1abe7961
|
@ -1316,7 +1316,7 @@ static int __init probe_docg4(struct platform_device *pdev)
|
|||
doc = (struct docg4_priv *) (nand + 1);
|
||||
mtd->priv = nand;
|
||||
nand->priv = doc;
|
||||
mtd->owner = THIS_MODULE;
|
||||
mtd->dev.parent = &pdev->dev;
|
||||
doc->virtadr = virtadr;
|
||||
doc->dev = dev;
|
||||
|
||||
|
|
Loading…
Reference in New Issue