mirror of https://gitee.com/openkylin/linux.git
mtd: nand: nuc900_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 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
7829ab93f1
commit
ae5d843826
|
@ -250,7 +250,7 @@ static int nuc900_nand_probe(struct platform_device *pdev)
|
|||
chip = &(nuc900_nand->chip);
|
||||
|
||||
nuc900_nand->mtd.priv = chip;
|
||||
nuc900_nand->mtd.owner = THIS_MODULE;
|
||||
nuc900_nand->mtd.dev.parent = &pdev->dev;
|
||||
spin_lock_init(&nuc900_nand->lock);
|
||||
|
||||
nuc900_nand->clk = devm_clk_get(&pdev->dev, NULL);
|
||||
|
|
Loading…
Reference in New Issue