Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

rtc: mc13xxx: fix style issue

Use unsigned int instead of unsigned.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>

+1 -1
+1 -1
drivers/rtc/rtc-mc13xxx.c
··· 155 155 static int mc13xxx_rtc_read_alarm(struct device *dev, struct rtc_wkalrm *alarm) 156 156 { 157 157 struct mc13xxx_rtc *priv = dev_get_drvdata(dev); 158 - unsigned seconds, days; 158 + unsigned int seconds, days; 159 159 time64_t s1970; 160 160 int enabled, pending; 161 161 int ret;