RDMA/siw: Remove goto lable in siw_mmap
authorGuoqing Jiang <guoqing.jiang@linux.dev>
Mon, 13 Nov 2023 11:57:13 +0000 (19:57 +0800)
committerLeon Romanovsky <leon@kernel.org>
Wed, 15 Nov 2023 13:58:13 +0000 (15:58 +0200)
commitd248960941b71ebc1b62bd3241744f8a5eadc3d7
tree5be09e8f9f67e81ffd8485589311b7ebdbcff316
parent2109ddf032ebc57e0cd43e4378474ea6f2a378c2
RDMA/siw: Remove goto lable in siw_mmap

Let's remove it since the failure case only falls through
to the useless label.

Acked-by: Bernard Metzler <bmt@zurich.ibm.com>
Signed-off-by: Guoqing Jiang <guoqing.jiang@linux.dev>
Link: https://lore.kernel.org/r/20231113115726.12762-5-guoqing.jiang@linux.dev
Signed-off-by: Leon Romanovsky <leon@kernel.org>
drivers/infiniband/sw/siw/siw_verbs.c