Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a309c6be authored by Frans Klaver's avatar Frans Klaver Committed by Brian Norris
Browse files

mtd: nand: fsl_ifc_nand: 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 set by mtdcore.

Signed-off-by: default avatarFrans Klaver <fransklaver@gmail.com>
Signed-off-by: default avatarBrian Norris <computersforpeace@gmail.com>
parent 0a1abe79
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -882,7 +882,7 @@ static int fsl_ifc_chip_init(struct fsl_ifc_mtd *priv)

	/* Fill in fsl_ifc_mtd structure */
	priv->mtd.priv = chip;
	priv->mtd.owner = THIS_MODULE;
	priv->mtd.dev.parent = priv->dev;

	/* fill in nand_chip structure */
	/* set up function call table */