mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 02:50:53 +07:00
mtd: maps: plat_ram: drop owner assignment
Owner is automatically set by mtdcore. Make use of that. Signed-off-by: Frans Klaver <fransklaver@gmail.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
This commit is contained in:
parent
0df415598e
commit
7f6b5dbfd8
@ -210,7 +210,6 @@ static int platram_probe(struct platform_device *pdev)
|
||||
goto exit_free;
|
||||
}
|
||||
|
||||
info->mtd->owner = THIS_MODULE;
|
||||
info->mtd->dev.parent = &pdev->dev;
|
||||
|
||||
platram_setrw(info, PLATRAM_RW);
|
||||
|
Loading…
Reference in New Issue
Block a user