Re: [PATCH v1 06/25] rtc: Switch to use %pt

2017-06-08 Thread Andy Shevchenko
On Thu, Jun 8, 2017 at 5:00 PM, Greg Kroah-Hartman wrote: > On Thu, Jun 08, 2017 at 04:47:52PM +0300, Andy Shevchenko wrote: >> Use %pt instead of open coded variant to print content of >> struct rtc_time in human readable format. >> >> Arnd Bergmann > > Cc: ? Yep! Fixed locally, will be in nex

Re: [PATCH v1 06/25] rtc: Switch to use %pt

2017-06-08 Thread Greg Kroah-Hartman
On Thu, Jun 08, 2017 at 04:47:52PM +0300, Andy Shevchenko wrote: > Use %pt instead of open coded variant to print content of > struct rtc_time in human readable format. > > Arnd Bergmann Cc: ? > Signed-off-by: Andy Shevchenko Acked-by: Greg Kroah-Hartman