]> www.infradead.org Git - users/jedix/linux-maple.git/commit
MIPS: Fix the wrong format specifier
authorliujing <liujing@cmss.chinamobile.com>
Wed, 4 Dec 2024 09:23:38 +0000 (17:23 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Sat, 11 Jan 2025 11:33:01 +0000 (12:33 +0100)
commit3398b1b8111d3b7a0cf8c3296320cf265fa56541
tree6dfdc0615f3bd0a224d5fdcff272f50f187417aa
parent0dbec352f8251be24e30ff67c20183022feaa840
MIPS: Fix the wrong format specifier

Make a minor change to eliminate a static checker warning. The type
of cpu is unsigned int, so the correct format specifier should be
%u instead of %d.

Signed-off-by: liujing <liujing@cmss.chinamobile.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/kernel/cevt-bcm1480.c