]> asedeno.scripts.mit.edu Git - linux.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)
commiteaa1ca9cf99224a57852f339bfbf058fbeadcb79
tree745763d7fb071cd988cc8570afaa975088379503
parentdeee3c7e499108b0575ee0d71b786da627a7cdee
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