commit | 97b0b1ad58fab9f71b1a6bc056a09af6065ec3bc | [log] [tgz] |
---|---|---|
author | Markus Elfring <[email protected]> | Wed Sep 25 16:48:14 2019 -0700 |
committer | Linus Torvalds <[email protected]> | Wed Sep 25 17:51:41 2019 -0700 |
tree | 13eca210e2b092ab56070e9574e3e05af7b94306 | |
parent | a44f71a9ab99b509fec9d5a9f5c222debd89934f [diff] |
ipc/mqueue.c: delete an unnecessary check before the macro call dev_kfree_skb() dev_kfree_skb() input parameter validation, thus the test around the call is not needed. This issue was detected by using the Coccinelle software. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Markus Elfring <[email protected]> Cc: Davidlohr Bueso <[email protected]> Cc: Manfred Spraul <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>