commit | 9f4feef54d97529c095f27f131f2ae6a254645fd | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyongjun1@huawei.com> | Thu Sep 15 02:27:04 2016 +0000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Sep 16 10:22:35 2016 +0200 |
tree | 1e7725ec5095f0ee65db5491b9380f3bfaf9ba13 | |
parent | 4a236d01b5e0d7e6f4ee9e6c4056fce10b38e8ad [diff] |
staging: fsl-mc: use list_del_init instead of list_del/INIT_LIST_HEAD Using list_del_init() instead of list_del() + INIT_LIST_HEAD(). Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Acked-by: Stuart Yoder <stuart.yoder@nxp.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>