ib_srpt: fix a WARN_ON() message
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 18 Mar 2016 05:41:59 +0000 (08:41 +0300)
committerDoug Ledford <dledford@redhat.com>
Mon, 21 Mar 2016 20:06:27 +0000 (16:06 -0400)
commit5658600e7f67063e75b8fb8fa6c697183d305dd3
tree528e8343da769aa6ebbd3de5e212e30b55e8f8c9
parent082eaa50838c6b70a8244f8b01d7ed7d686f84db
ib_srpt: fix a WARN_ON() message

The first argument of WARN_ON() is a condition, so it means the warning
message here will just be the name without the ->qp_num information.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Bart Van Assche <bart.vanassche@sandisk.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/ulp/srpt/ib_srpt.c