RDMA/hns: Fix the wrong type of return value of the interrupt handler
authorHaoyue Xu <xuhaoyue1@hisilicon.com>
Thu, 14 Jul 2022 13:43:50 +0000 (21:43 +0800)
committerLeon Romanovsky <leonro@nvidia.com>
Mon, 18 Jul 2022 11:16:21 +0000 (14:16 +0300)
commitd95e0a0c6c9602ff6bb90c1c20987b204493d8e1
tree5156870c474a388a2de4f0aaa4031c0d4b523ca8
parentf5c25465b4f7d3badcaa5bf4a6f82f5763865b19
RDMA/hns: Fix the wrong type of return value of the interrupt handler

The type of return value of the interrupt handler should be irqreturn_t.

Link: https://lore.kernel.org/r/20220714134353.16700-3-liangwenpeng@huawei.com
Signed-off-by: Haoyue Xu <xuhaoyue1@hisilicon.com>
Signed-off-by: Wenpeng Liang <liangwenpeng@huawei.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
drivers/infiniband/hw/hns/hns_roce_hw_v2.c