diff options
author | Andrew Goodbody <andrew.goodbody@linaro.org> | 2025-08-05 16:45:47 +0100 |
---|---|---|
committer | Jerome Forissier <jerome.forissier@linaro.org> | 2025-08-18 14:08:57 +0200 |
commit | 45eedb7b8097793242c542b68bc5d37b298808b7 (patch) | |
tree | 3b3fa4fbfa9db85021f781b2233d60e36be00649 /drivers/net/octeontx/smi.c | |
parent | 0c558bbad9e7581808b358091d1fd979f860e8ac (diff) |
net: octeontx: Remove unneeded code
In nicvf_rcv_pkt_handler there is no need to initialise err as it is
assigned to immediately after. Also the test for !pkt will return if
true meaning that pkt is guaranteed to be true after that code block and
so no need to test for it and the redundant test can be removed.
This issue was found by Smatch.
Signed-off-by: Andrew Goodbody <andrew.goodbody@linaro.org>
Diffstat (limited to 'drivers/net/octeontx/smi.c')
0 files changed, 0 insertions, 0 deletions