mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-19 02:54:00 +08:00
mtd: onenand: remove redundant mtd_device_unregister before onenand_release
onenand_release() will call mtd_device_unregister(), thus remove the redundant mtd_device_unregister() call before onenand_release(). Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Artem Bityutskiy <dedekind1@gmail.com>
This commit is contained in:
parent
d117040be0
commit
e638275e18
@ -97,7 +97,6 @@ static int __devexit generic_onenand_remove(struct platform_device *pdev)
|
||||
platform_set_drvdata(pdev, NULL);
|
||||
|
||||
if (info) {
|
||||
mtd_device_unregister(&info->mtd);
|
||||
onenand_release(&info->mtd);
|
||||
release_mem_region(res->start, size);
|
||||
iounmap(info->onenand.base);
|
||||
|
Loading…
Reference in New Issue
Block a user