SolidRun / linux-fslc

Linux kernel source tree
Other
12 stars 26 forks source link

rtc-pfc8523: Fix rtc failure on year change #34

Closed warped-rudi closed 8 years ago

warped-rudi commented 8 years ago

The internal month representation of the PFC8523 counts from 1 to 12. This must be taken in account when converting from/to an rtc_time struct where the tm_mon field counts from 0 to 11.

Signed-off-by: Rudi r.ihle@s-t.de