mirror of https://gitee.com/openkylin/linux.git
mtd: nand: gpmi-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: Frans Klaver <fransklaver@gmail.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
This commit is contained in:
parent
ddece7b6a6
commit
4dc67b1d50
|
@ -1897,7 +1897,7 @@ static int gpmi_nand_init(struct gpmi_nand_data *this)
|
|||
/* init the MTD data structures */
|
||||
mtd->priv = chip;
|
||||
mtd->name = "gpmi-nand";
|
||||
mtd->owner = THIS_MODULE;
|
||||
mtd->dev.parent = this->dev;
|
||||
|
||||
/* init the nand_chip{}, we don't support a 16-bit NAND Flash bus. */
|
||||
chip->priv = this;
|
||||
|
|
Loading…
Reference in New Issue