commit | b14bec89042ee6f9a43b437f8133cfcbea140f20 | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <garsilva@embeddedor.com> | Tue Oct 17 13:59:20 2017 -0500 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 19 13:27:54 2017 +0100 |
tree | a6f69db35b0afe87f9a32d1dcbf99a20f0482939 | |
parent | ac79a512b6fd5831a12859fd1d3c5e38103bcaeb [diff] |
liquidio: remove unnecessary NULL check before kfree in delete_glists NULL check before freeing functions like kfree is not needed. This issue was detected with the help of Coccinelle. Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com> Acked-by: Felix Manlunas <felix.manlunas@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>