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:
3418ff7
)
[PATCH] genrtc: fix read on 64-bit platforms
author
Atsushi Nemoto
<anemo@mba.ocn.ne.jp>
Mon, 1 May 2006 19:16:17 +0000
(12:16 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Tue, 2 May 2006 01:17:47 +0000
(18:17 -0700)
Fix genrtc's read() routine for 64-bit platforms. Current gen_rtc_read()
stores 64bit integer and returns 8 even if an user tried to read a 32bit
integer.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found