net/qede/base: refactor return path
No need to return - base on return at end of function.
Fixes: 22d07d939c
("net/qede/base: update")
Signed-off-by: Rasesh Mody <rasesh.mody@cavium.com>
This commit is contained in:
parent
613949ff26
commit
ada5b88f63
@ -126,7 +126,6 @@ ecore_send_msg2pf(struct ecore_hwfn *p_hwfn,
|
||||
"VF <-- PF Timeout [Type %d]\n",
|
||||
p_req->first_tlv.tl.type);
|
||||
rc = ECORE_TIMEOUT;
|
||||
return rc;
|
||||
} else {
|
||||
DP_VERBOSE(p_hwfn, ECORE_MSG_IOV,
|
||||
"PF response: %d [Type %d]\n",
|
||||
|
Loading…
Reference in New Issue
Block a user