mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
mtd: maps: latch-addr-flash: 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:
parent
c54c2fb783
commit
ab4a6b4938
@ -195,7 +195,7 @@ static int latch_addr_flash_probe(struct platform_device *dev)
|
||||
err = -ENODEV;
|
||||
goto iounmap;
|
||||
}
|
||||
info->mtd->owner = THIS_MODULE;
|
||||
info->mtd->dev.parent = &dev->dev;
|
||||
|
||||
mtd_device_parse_register(info->mtd, NULL, NULL,
|
||||
latch_addr_data->parts,
|
||||
|
Loading…
Reference in New Issue
Block a user