diff options
author | David Barksdale <amatus@ocgnet.org> | 2006-04-18 22:20:27 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-04-19 09:13:49 -0700 |
commit | 8db08de4f6ae24e90aedf5125b5ddd52ffff15f4 (patch) | |
tree | a35f45d38b25f1ad9ddbc006712488d26ecaf987 /kernel | |
parent | b73781c866f671ff5a84d7c840510b43e8731d13 (diff) |
[PATCH] m41t00: fix bitmasks when writing to chip
Fix the bitmasks used when writing to the M41T00 registers.
The original code used a mask of 0x7f when writing to each register,
this is incorrect and probably the result of a copy-paste error. As a
result years from 1980 to 1999 will be read back as 2000 to 2019.
Signed-off-by: David Barksdale <amatus@ocgnet.org>
Acked-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions