RDMA/irdma: Return void from irdma_init_rdma_device()
authorKamal Heib <kheib@redhat.com>
Mon, 15 May 2023 19:11:41 +0000 (15:11 -0400)
committerJason Gunthorpe <jgg@nvidia.com>
Wed, 17 May 2023 19:31:37 +0000 (16:31 -0300)
commitbc89be9443afb2190dddfabce87f390cf521eceb
treebe438250d7bd27de0b089d3a80bd2cecc695a370
parentab4e8fc1746ffef46c6e0a1c254eeb1618d5ffb1
RDMA/irdma: Return void from irdma_init_rdma_device()

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

Link: https://lore.kernel.org/r/20230515191142.413633-3-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