scsi: mpi3mr: Fix the type used for pointers to bitmap
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sun, 7 May 2023 15:23:49 +0000 (17:23 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Mon, 22 May 2023 21:40:11 +0000 (17:40 -0400)
commit144679dfb5840d58fd37a14f7b3a268531ec3b79
tree5ed3624e21c0715c95032183c3b7870ffbe54e2d
parent2e2fe5ac695a00ab03cab4db1f4d6be07168ed9d
scsi: mpi3mr: Fix the type used for pointers to bitmap

Bitmaps are "unsigned long[]", so better use "unsigned long *" instead of a
plain "void *" when dealing with pointers to bitmaps.

This is more informative.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/8bdf9148ce1a5d01aac11c46c8617b477813457e.1683473011.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/mpi3mr/mpi3mr.h
drivers/scsi/mpi3mr/mpi3mr_fw.c