diff mbox

hp_sdc_rtc: Fix test in hp_sdc_rtc_read_rt()

Message ID 4AD89B77.6070303@gmail.com (mailing list archive)
State Accepted
Commit 3776989d2339c58ff8d8421e754603f186d7439b
Headers show

Commit Message

Roel Kluin Oct. 16, 2009, 4:12 p.m. UTC
None
diff mbox

Patch

diff --git a/drivers/input/misc/hp_sdc_rtc.c b/drivers/input/misc/hp_sdc_rtc.c
index 216a559..ea821b5 100644
--- a/drivers/input/misc/hp_sdc_rtc.c
+++ b/drivers/input/misc/hp_sdc_rtc.c
@@ -209,7 +209,7 @@  static inline int hp_sdc_rtc_read_rt(struct timeval *res) {
 
 /* Read the i8042 fast handshake timer */
 static inline int hp_sdc_rtc_read_fhs(struct timeval *res) {
-	uint64_t raw;
+	int64_t raw;
 	unsigned int tenms;
 
 	raw = hp_sdc_rtc_read_i8042timer(HP_SDC_CMD_LOAD_FHS, 2);