Messages in this thread |  | | | Date | Fri, 7 May 2010 20:02:08 +0100 | | From | Alan Cox <> | | Subject | Re: [PATCH 7/8] x86/mrst: add vrtc driver which serves as a wall clock device |
| |
On Fri, 07 May 2010 11:51:06 -0700 Joe Perches <joe@perches.com> wrote:
> On Fri, 2010-05-07 at 10:41 -0700, Jacob Pan wrote: > > + printk(KERN_INFO "vRTC: sec: %d min: %d hour: %d day: %d " > > + "mon: %d year: %d\n", sec, min, hour, mday, mon, year); > > + > > Even though many of the rtc drivers print this way, it seems > a very backwards way of presenting time to me.
Consistency is really more important here IMHO - lots of drivers have set an existing policy.
|  |