Re: [PATCH v1 4/4] usb: host: xhci-tegra: Switch to use %ptT

2019-10-01 Thread Andy Shevchenko
On Tue, Oct 1, 2019 at 4:33 PM Thierry Reding wrote: > On Fri, Jan 04, 2019 at 09:30:09PM +0200, Andy Shevchenko wrote: > > Use %ptT instead of open coded variant to print content of > > time64_t type in human readable format. > > - dev_info(dev, "Firmware timestamp: %ld-%02d-%02d %02d:%02d:%

Re: [PATCH v1 4/4] usb: host: xhci-tegra: Switch to use %ptT

2019-10-01 Thread Thierry Reding
On Fri, Jan 04, 2019 at 09:30:09PM +0200, Andy Shevchenko wrote: > Use %ptT instead of open coded variant to print content of > time64_t type in human readable format. > > Cc: Mathias Nyman > Cc: Thierry Reding > Cc: Jonathan Hunter > Signed-off-by: Andy Shevchenko > --- > drivers/usb/host/xh

Re: [PATCH v1 4/4] usb: host: xhci-tegra: Switch to use %ptT

2019-10-01 Thread Andy Shevchenko
On Tue, Oct 01, 2019 at 03:20:46PM +0300, Mathias Nyman wrote: > On 1.10.2019 14.56, Andy Shevchenko wrote: > > On Fri, Jan 04, 2019 at 09:30:09PM +0200, Andy Shevchenko wrote: > > > Use %ptT instead of open coded variant to print content of > > > time64_t type in human readable format. > > > > An

Re: [PATCH v1 4/4] usb: host: xhci-tegra: Switch to use %ptT

2019-10-01 Thread Mathias Nyman
On 1.10.2019 14.56, Andy Shevchenko wrote: On Fri, Jan 04, 2019 at 09:30:09PM +0200, Andy Shevchenko wrote: Use %ptT instead of open coded variant to print content of time64_t type in human readable format. Any comments on this? Untested, but looks ok to me. xhci-tegra.c is written by Thier

Re: [PATCH v1 4/4] usb: host: xhci-tegra: Switch to use %ptT

2019-10-01 Thread Andy Shevchenko
On Fri, Jan 04, 2019 at 09:30:09PM +0200, Andy Shevchenko wrote: > Use %ptT instead of open coded variant to print content of > time64_t type in human readable format. Any comments on this? > > Cc: Mathias Nyman > Cc: Thierry Reding > Cc: Jonathan Hunter > Signed-off-by: Andy Shevchenko > --

[PATCH v1 4/4] usb: host: xhci-tegra: Switch to use %ptT

2019-01-04 Thread Andy Shevchenko
Use %ptT instead of open coded variant to print content of time64_t type in human readable format. Cc: Mathias Nyman Cc: Thierry Reding Cc: Jonathan Hunter Signed-off-by: Andy Shevchenko --- drivers/usb/host/xhci-tegra.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a