]> git.baikalelectronics.ru Git - kernel.git/commit
rds: Don't check return value from destroy CQ
authorLeon Romanovsky <leonro@mellanox.com>
Mon, 20 May 2019 06:54:19 +0000 (09:54 +0300)
committerJason Gunthorpe <jgg@mellanox.com>
Tue, 21 May 2019 18:50:53 +0000 (15:50 -0300)
commit57f71322ab4da029e9efc6439a9a5fb9f1ae079e
tree745763d7fb071cd988cc8570afaa975088379503
parentdd8f6abfd6dd43d76423a06f9e2fb8c09d3a0975
rds: Don't check return value from destroy CQ

There is no value in checking ib_destroy_cq() result and skipping to clear
struct ic fields. This connection needs to be reinitialized anyway.

Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
net/rds/ib_cm.c