mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
mtd: ndfc: fix a memory leak in ndfc_remove
Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
This commit is contained in:
parent
ad274cecdb
commit
9616605607
1 changed files with 1 additions and 0 deletions
|
@ -283,6 +283,7 @@ static int __devexit ndfc_remove(struct platform_device *ofdev)
|
|||
struct ndfc_controller *ndfc = dev_get_drvdata(&ofdev->dev);
|
||||
|
||||
nand_release(&ndfc->mtd);
|
||||
kfree(ndfc->mtd.name);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue