RDMA/irdma: Fix the type used to declare a bitmap
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 4 Dec 2021 19:51:34 +0000 (20:51 +0100)
committerJason Gunthorpe <jgg@nvidia.com>
Mon, 6 Dec 2021 23:55:19 +0000 (19:55 -0400)
commitb6fa6f229f7364782799e5105d8d353e389033e4
tree989b7350c2f5b7c8c98e754d163f5b03ed95b77f
parent1eb23d04320a0b538fb5613fad10334214a0aa2b
RDMA/irdma: Fix the type used to declare a bitmap

'bitmapbuf' is really used as a bitmap, so it should be defined as a
'unsigned long *' to be more consistent with the bitmap API.

Link: https://lore.kernel.org/r/574b773fe7ced0cc87f1e1832350b38374815bd4.1638647428.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/hw/irdma/pble.h