mtd: maps: gpio-addr-flash: show parent device in sysfs
Fix a bug where mtd parent device symlinks aren't shown in sysfs. Signed-off-by: Frans Klaver <fransklaver@gmail.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
This commit is contained in:
parent
3aed61d1eb
commit
28bc7406bd
|
@ -266,7 +266,7 @@ static int gpio_flash_probe(struct platform_device *pdev)
|
|||
kfree(state);
|
||||
return -ENXIO;
|
||||
}
|
||||
|
||||
state->mtd->dev.parent = &pdev->dev;
|
||||
|
||||
mtd_device_parse_register(state->mtd, part_probe_types, NULL,
|
||||
pdata->parts, pdata->nr_parts);
|
||||
|
|
Loading…
Reference in New Issue