mtd: nand: fsl_elbc_nand: show parent device in sysfs

Fix a bug where mtd 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:44 +02:00 committed by Brian Norris
parent 550dab5b35
commit 36645652ad
1 changed files with 1 additions and 1 deletions

View File

@ -747,7 +747,7 @@ static int fsl_elbc_chip_init(struct fsl_elbc_mtd *priv)
/* Fill in fsl_elbc_mtd structure */ /* Fill in fsl_elbc_mtd structure */
priv->mtd.priv = chip; priv->mtd.priv = chip;
priv->mtd.owner = THIS_MODULE; priv->mtd.dev.parent = priv->dev;
/* set timeout to maximum */ /* set timeout to maximum */
priv->fmr = 15 << FMR_CWTO_SHIFT; priv->fmr = 15 << FMR_CWTO_SHIFT;