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:
Frans Klaver 2015-06-10 22:38:43 +02:00 committed by Brian Norris
parent fbe1a8bf12
commit 0a1abe7961
1 changed files with 1 additions and 1 deletions

View File

@ -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;