RDMA/ipoib: Return void from ipoib_mcast_stop_thread()
authorKamal Heib <kamalheib1@gmail.com>
Mon, 22 Jun 2020 09:22:56 +0000 (12:22 +0300)
committerJason Gunthorpe <jgg@mellanox.com>
Mon, 22 Jun 2020 17:49:27 +0000 (14:49 -0300)
commit90cdff90dfb507b36128a4b2bcf4721d441cd697
tree960d4f816893b85b9039811739ec5e831acccdc9
parent11708142bc3689d98a959e5da927d002c590be7b
RDMA/ipoib: Return void from ipoib_mcast_stop_thread()

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

Link: https://lore.kernel.org/r/20200622092256.6931-1-kamalheib1@gmail.com
Signed-off-by: Kamal Heib <kamalheib1@gmail.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/ulp/ipoib/ipoib.h
drivers/infiniband/ulp/ipoib/ipoib_multicast.c