IB/rxe: Don't check for null ptr in send()
authorAndrew Boyer <andrew.boyer@dell.com>
Thu, 22 Dec 2016 13:54:38 +0000 (08:54 -0500)
committerDoug Ledford <dledford@redhat.com>
Thu, 22 Dec 2016 16:36:12 +0000 (11:36 -0500)
commit5cc8fabc5e4c588c75a5ec21423e7c3425f69f48
treec38c9f9bdcdb1c29b3404a752832bb55098e8a08
parentcbf1f9a46c9c5903e34b0b110ca40b1e7d4b2ab1
IB/rxe: Don't check for null ptr in send()

pkt->qp was already dereferenced earlier in the function.

Fixes Smatch complaint:
drivers/infiniband/sw/rxe/rxe_net.c:458 send()
 warn: variable dereferenced before check 'pkt->qp' (see line 441)

Signed-off-by: Andrew Boyer <andrew.boyer@dell.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/sw/rxe/rxe_net.c