mirror of https://gitee.com/openkylin/linux.git
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
|
@ -283,6 +283,7 @@ static int __devexit ndfc_remove(struct platform_device *ofdev)
|
||||||
struct ndfc_controller *ndfc = dev_get_drvdata(&ofdev->dev);
|
struct ndfc_controller *ndfc = dev_get_drvdata(&ofdev->dev);
|
||||||
|
|
||||||
nand_release(&ndfc->mtd);
|
nand_release(&ndfc->mtd);
|
||||||
|
kfree(ndfc->mtd.name);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue