Re: [PATCH] riscv: cpu_ops_sbi: smp_processor_id() returns int, not unsigned int
From: Paul Walmsley
Date: Wed Jan 07 2026 - 17:31:27 EST
On Fri, 2 Jan 2026, Ben Dooks wrote:
> The print in sbi_cpu_stop() assumes smp_processor_id() returns an
> unsigned int, when it is actually an int. Fix the format string to
> avoid mismatch type warnings in rht pr_crit().
>
> Signed-off-by: Ben Dooks <ben.dooks@xxxxxxxxxxxxxxx>
Thanks, queued for v6.19-rc.
- Paul