]> www.infradead.org Git - users/jedix/linux-maple.git/commit
rtc: rv3028: fix RV3028_TS_COUNT type
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 11 Nov 2024 10:47:10 +0000 (11:47 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 18 Nov 2024 11:14:13 +0000 (12:14 +0100)
commitbb3d498f013e8d31a774c9a8f363baf1eb16ea01
tree415c8c5cf81f5515a6fa003fc211deb96313e7a1
parent1f7a0c64834484de5950dd85367ce7e483696442
rtc: rv3028: fix RV3028_TS_COUNT type

Read RV3028_TS_COUNT in an unsigned int so static checkers stop reporting a
mismatch between the format specifier and the type.

Reported-by: Zhu Jun <zhujun2@cmss.chinamobile.com>
Link: https://lore.kernel.org/r/20241111104711.3170865-1-alexandre.belloni@bootlin.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-rv3028.c