RDMA/irdma: Return void from irdma_init_iw_device()
authorKamal Heib <kheib@redhat.com>
Mon, 15 May 2023 19:11:40 +0000 (15:11 -0400)
committerJason Gunthorpe <jgg@nvidia.com>
Wed, 17 May 2023 19:31:37 +0000 (16:31 -0300)
commitab4e8fc1746ffef46c6e0a1c254eeb1618d5ffb1
tree2a6abe31c67e792b2d54b6f08c34b1de44f90f36
parent9b4b7c1f9f54120940e243251e2b1407767b3381
RDMA/irdma: Return void from irdma_init_iw_device()

The return value from irdma_init_iw_device() is always 0 - change it to be
void.

Link: https://lore.kernel.org/r/20230515191142.413633-2-kheib@redhat.com
Signed-off-by: Kamal Heib <kheib@redhat.com>
Reviewed-by: Shiraz Saleem <shiraz.saleem@intel.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/hw/irdma/verbs.c