net: octeontx: Remove unneeded code
authorAndrew Goodbody <andrew.goodbody@linaro.org>
Tue, 5 Aug 2025 15:45:47 +0000 (16:45 +0100)
committerJerome Forissier <jerome.forissier@linaro.org>
Mon, 18 Aug 2025 12:08:57 +0000 (14:08 +0200)
commit45eedb7b8097793242c542b68bc5d37b298808b7
tree3b3fa4fbfa9db85021f781b2233d60e36be00649
parent0c558bbad9e7581808b358091d1fd979f860e8ac
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>
drivers/net/octeontx/nicvf_main.c