On 5/30/24 00:24, John Garry wrote:
On 29/05/2024 21:52, Bart Van Assche wrote:
Fix the following compiler warning when building a 32-bit kernel:
./include/linux/kern_levels.h:5:25: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘unsigned int’ [-Werror=format=]
drivers/scsi/mpi3mr/mpi3mr_transport.c:1367:25: note: in expansion of macro ‘ioc_warn’
1367 | ioc_warn(mrioc, "skipping port %u, max allowed value is %lu\n",
see https://lore.kernel.org/linux-scsi/20240514-mpi3mr-fix-wformat-v1-1-f1ad49217e5e@xxxxxxxxxx/ from two weeks ago.
Interesting to see that this patch has been posted before. I had not yet noticed
Nathan's patch - I only checked the master branch and Martin's for-next branch
before I posted this patch.
Bart.