OSDN Git Service

RDMA/mlx5: Remove redundant allocation warning print
authorLeon Romanovsky <leonro@mellanox.com>
Fri, 19 Jan 2018 11:07:11 +0000 (13:07 +0200)
committerJason Gunthorpe <jgg@mellanox.com>
Fri, 19 Jan 2018 20:05:39 +0000 (13:05 -0700)
commit10bea9c8730477ab97ec2e1f590aff52cf8e4e0e
tree392a3abf2c7f3422958bb5f066ce5812a8707da1
parent15cbc5197693e138b16138b46050499e1cdebd1a
RDMA/mlx5: Remove redundant allocation warning print

The kmalloc() failure to allocate memory generates enough information
and doesn't need to be accompanied by another driver print.

Fixes: d69a24e03659 ("IB/mlx5: Move IB event processing onto a workqueue")
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Reviewed-by: Yuval Shaia <yuval.shaia@oracle.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/hw/mlx5/main.c