Commit 9fc0fd50 authored by Alexandre Belloni's avatar Alexandre Belloni

rtc: mc13xxx: fix style issue

Use unsigned int instead of unsigned.
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
parent edd6d79e
......@@ -155,7 +155,7 @@ static int mc13xxx_rtc_set_time(struct device *dev, struct rtc_time *tm)
static int mc13xxx_rtc_read_alarm(struct device *dev, struct rtc_wkalrm *alarm)
{
struct mc13xxx_rtc *priv = dev_get_drvdata(dev);
unsigned seconds, days;
unsigned int seconds, days;
time64_t s1970;
int enabled, pending;
int ret;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment