commit | 0fa79a78b1d7e671f889b41a981c229075cbfb36 | [log] [tgz] |
---|---|---|
author | YueHaibing <yuehaibing@huawei.com> | Thu Oct 10 23:33:25 2019 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Oct 11 11:05:59 2019 +0200 |
tree | 3d9e52c64a894f0d03a88c1f7f5b543df9023cda | |
parent | 2e821be2206ca03168e35dd9fd1f77fbb9faf0f1 [diff] |
staging: rtl8723bs: Remove unnecessary null check Null check before kfree is redundant, so remove it. This is detected by coccinelle. Signed-off-by: YueHaibing <yuehaibing@huawei.com> Link: https://lore.kernel.org/r/20191010153325.16836-1-yuehaibing@huawei.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>