commit | 7233982ade15eeac05c6f351e8d347406e6bcd2f | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyongjun1@huawei.com> | Thu Jan 18 14:05:05 2018 +0000 |
committer | Richard Weinberger <richard@nod.at> | Thu Jan 18 16:45:19 2018 +0100 |
tree | fc704aa3880bab6b10cbd6a2100a8bf4560f5254 | |
parent | 01f196945a21b3eec37317e3bc5cf35f95f95063 [diff] |
mtd: ubi: wl: Fix error return code in ubi_wl_init() Fix to return error code -ENOMEM from the kmem_cache_alloc() error handling case instead of 0, as done elsewhere in this function. Fixes: f78e5623f45b ("ubi: fastmap: Erase outdated anchor PEBs during attach") Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Reviewed-by: Boris Brezillon <boris.brezillon@free-electrons.com> Signed-off-by: Richard Weinberger <richard@nod.at>