commit | 03976af89e3bd9489d542582a325892e6a8cacc0 | [log] [tgz] |
---|---|---|
author | Hou Tao <houtao1@huawei.com> | Tue Oct 08 10:36:37 2019 +0800 |
committer | Vignesh Raghavendra <vigneshr@ti.com> | Sat Nov 09 14:42:47 2019 +0530 |
tree | b908fec9698133c0bec610db17ab016ceca0ef99 | |
parent | ea4f51356fd986124beeab8e21b048dfe06d67e7 [diff] |
mtd: cfi_cmdset_0002: don't free cfi->cfiq in error path of cfi_amdstd_setup() Else there may be a double-free problem, because cfi->cfiq will be freed by mtd_do_chip_probe() if both the two invocations of check_cmd_set() return failure. Signed-off-by: Hou Tao <houtao1@huawei.com> Reviewed-by: Richard Weinberger <richard@nod.at> Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>