RDMA/cxgb4: Remove unneeded NULL check
authorRoland Dreier <rolandd@cisco.com>
Mon, 19 Jul 2010 20:13:09 +0000 (13:13 -0700)
committerRoland Dreier <rolandd@cisco.com>
Mon, 19 Jul 2010 20:13:09 +0000 (13:13 -0700)
The rest of the code seems to assume that ep->com.cm_id can't be NULL,
so remove an unneeded test.

Reported-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>

No differences found