[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4761768.yGo2yiDr2v@wuerfel>
Date: Wed, 27 Apr 2016 12:10:28 +0200
From: Arnd Bergmann <arnd@...db.de>
To: linuxppc-dev@...ts.ozlabs.org
Cc: kbuild test robot <lkp@...el.com>, linux-arch@...r.kernel.org,
a.zummo@...ertech.it, dalias@...c.org,
linux-parisc@...r.kernel.org, linux-sh@...r.kernel.org,
deller@....de, linux-alpha@...r.kernel.org,
linux-kernel@...r.kernel.org, dhowells@...hat.com,
linux-m68k@...ts.linux-m68k.org, geert@...ux-m68k.org,
kbuild-all@...org, rtc-linux@...glegroups.com,
Alexandre Belloni <alexandre.belloni@...e-electrons.com>
Subject: Re: [PATCH v2 4/6] rtc: parisc: provide rtc_class_ops directly
On Wednesday 27 April 2016 08:22:24 kbuild test robot wrote:
>
> 256
> 257 memset(tm, 0, sizeof(*tm));
> 258 if (pdc_tod_read(&tod_data) < 0)
> 259 return -EOPNOTSUPP;
> 260
> 261 /* we treat tod_sec as unsigned, so this can work until year 2106 */
> > 262 rtc_time64_to_tm(tod_data.tod_sec, &tm);
> 263 return rtc_valid_tm(tm);
> 264 }
>
Fixed, thanks!
Arnd
Powered by blists - more mailing lists