git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9b2e97
)
[PATCH] rtc-max6902: month conversion fix
author
Francisco Larramendi
<flarramendi@gmail.com>
Tue, 17 Oct 2006 07:09:53 +0000
(
00:09
-0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Tue, 17 Oct 2006 15:18:44 +0000
(08:18 -0700)
Fix October-only BCD-to-binary conversion bug:
0x08 -> 7
0x09 -> 8
0x10 -> 15 (!)
0x11 -> 19
Fixes http://bugzilla.kernel.org/show_bug.cgi?id=7361
Cc: Raphael Assenat <raph@raphnet.net>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: <stable@kernel.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/rtc/rtc-max6902.c
patch
|
blob
|
history
diff --cc
drivers/rtc/rtc-max6902.c
Simple merge