Re: [PATCH] blk-iocost: fix seq_printf compile type mismatch error

From: Tejun Heo
Date: Fri Jul 21 2023 - 21:14:15 EST


On Fri, Jul 21, 2023 at 05:32:04PM -0500, Carlos Bilbao wrote:
> On 7/17/23 9:18 AM, Carlos Bilbao wrote:
> > From: amd <amd@localhost.localdomain>
> >
> > Fix two type mismatch errors encountered while compiling blk-iocost.c with
> > GCC version 13.1.1 that involved constant operator WEIGHT_ONE. Cast the
> > result of the division operation to (unsigned int) to match the expected
> > format specifier %u in two seq_printf invocations.
> >
> > Reviewed-by: Carlos Bilbao <carlos.bilbao@xxxxxxx>
> This should have been:
>
> Signed-off-by: Carlos Bilbao <carlos.bilbao@xxxxxxx>

Carlos, can you please retest the current linus#master?

Thanks.

--
tejun