]> git.baikalelectronics.ru Git - kernel.git/commit
RDMA/irdma: Remove the redundant return
authorZhu Yanjun <yanjun.zhu@linux.dev>
Mon, 10 Jan 2022 07:37:33 +0000 (02:37 -0500)
committerJason Gunthorpe <jgg@nvidia.com>
Mon, 10 Jan 2022 16:47:37 +0000 (12:47 -0400)
commita569fc256c5c457905996bda76262f41815d0f0a
treeacc3363e2fbdfbecd0b93b84689e2f1027515496
parentd45a63230d3fe8c5018e504e1b5a08954c98b95a
RDMA/irdma: Remove the redundant return

The type of the function i40iw_remove is void. So remove
the unnecessary return.

Link: https://lore.kernel.org/r/20220110073733.3221379-1-yanjun.zhu@linux.dev
Signed-off-by: Zhu Yanjun <yanjun.zhu@linux.dev>
Reviewed-by: Leon Romanovsky <leonro@nvidia.com>
Acked-by: Shiraz Saleem <shiraz.saleem@intel.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/hw/irdma/i40iw_if.c