From 66a49cd15f1f9df784913601dffbbd793ae6332d Mon Sep 17 00:00:00 2001 From: Roel Kluin Date: Sun, 18 Oct 2009 00:17:15 -0700 Subject: [PATCH] --- yaml --- r: 167685 b: refs/heads/master c: 3776989d2339c58ff8d8421e754603f186d7439b h: refs/heads/master i: 167683: a2a47428c9fcc8dbb7e47a6bd00d74ec5d878aa8 v: v3 --- [refs] | 2 +- trunk/drivers/input/misc/hp_sdc_rtc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index a708abf7775b..f3ff9cc459bd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 000c2a35b8b0485f5a872c24c4f2d0d6579951c1 +refs/heads/master: 3776989d2339c58ff8d8421e754603f186d7439b diff --git a/trunk/drivers/input/misc/hp_sdc_rtc.c b/trunk/drivers/input/misc/hp_sdc_rtc.c index 216a559f55ea..ea821b546969 100644 --- a/trunk/drivers/input/misc/hp_sdc_rtc.c +++ b/trunk/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);