On 5/30/24 05: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", > | ^~~~~~~~ > > Cc: Tomas Henzl <thenzl@xxxxxxxxxx> > Cc: Sathya Prakash Veerichetty <sathya.prakash@xxxxxxxxxxxx> > Fixes: 3668651def2c ("scsi: mpi3mr: Sanitise num_phys") > Signed-off-by: Bart Van Assche <bvanassche@xxxxxxx> Looks OK to me. Reviewed-by: Damien Le Moal <dlemoal@xxxxxxxxxx> -- Damien Le Moal Western Digital Research