IB/core: Remove redundant pointer mm
authorColin Ian King <colin.i.king@gmail.com>
Sat, 4 Dec 2021 23:49:04 +0000 (23:49 +0000)
committerJason Gunthorpe <jgg@nvidia.com>
Mon, 6 Dec 2021 23:54:14 +0000 (19:54 -0400)
commit1eb23d04320a0b538fb5613fad10334214a0aa2b
tree57e82a00eca1fa96f89dac7af34a6b2a0f1fc159
parent9692407d4334738e1fe7c59800ca24e0ca93f002
IB/core: Remove redundant pointer mm

The pointer mm is assigned a value but it is never used. The pointer is
redundant and can be removed.

Link: https://lore.kernel.org/r/20211204234904.105026-1-colin.i.king@gmail.com
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/core/umem_odp.c