https://github.com/torvalds/linux
Revision 9a654518e1b774b8e8f74a819fd12a931e7672c9 authored by Ben Dooks on 27 August 2006, 08:23:22 UTC, committed by Linus Torvalds on 27 August 2006, 18:01:28 UTC
In the cleanups of drivers/rtc/s3c-rtc.c, the base address for the
registers got broken.  This patch fixes that by ensuring the readb/writeb
are all prefixed with the base returned from ioremap()ing the registers.

Also fix check for valid year range, which was the wrong way around.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent 66a377c
History
Tip revision: 9a654518e1b774b8e8f74a819fd12a931e7672c9 authored by Ben Dooks on 27 August 2006, 08:23:22 UTC
[PATCH] drivers/rtc: fix rtc-s3c.c
Tip revision: 9a65451
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 521 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 87.4 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 71.0 KB
Makefile -rw-r--r-- 46.5 KB
README -rw-r--r-- 16.2 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top