rtc-ds1307: typo fix found by coverity
authorDavid Brownell <david-b@pacbell.net>
Thu, 26 Jul 2007 17:41:00 +0000 (10:41 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 26 Jul 2007 18:35:16 +0000 (11:35 -0700)
commitbd16f9ebd083b965dcdfb6b762e206374d5b823b
tree2fd41468f9f7d1c9191a6260d6e7d6b1d2c89f71
parent47572b84aa3d4c9d44bceb43af8c58744b96af10
rtc-ds1307: typo fix found by coverity

Fix a typo turned up by a Coverity check:  referring to the wrong register,
which could cause problems with DS1338 RTCs whose oscillators halted.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rtc/rtc-ds1307.c