]> asedeno.scripts.mit.edu Git - linux.git/commit
RDMA/core: Fix a WARN() message
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 22 Feb 2019 06:29:02 +0000 (09:29 +0300)
committerJason Gunthorpe <jgg@mellanox.com>
Fri, 22 Feb 2019 18:53:37 +0000 (11:53 -0700)
commitafc1990e089f501d686bb95b98146fc7ba23347f
treef2512bbefcd5012fd0ccc7063bdfd3a8ab150195
parentc50866e2853a0315ae9669691406c614f5d848b2
RDMA/core: Fix a WARN() message

The first parameter of WARN_ONCE() is a condition, then following
parameters are the message.  In this case, we left out the condition so it
will just print the ops->type string.

Fixes: 3856ec4b93c9 ("RDMA/core: Add RDMA_NLDEV_CMD_NEWLINK/DELLINK support")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Majd Dibbiny <majd@mellanox.com>
Reviewed-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/core/nldev.c