diff options
Diffstat (limited to 'drivers/rtc/rtc-rs5c372.c')
| -rw-r--r-- | drivers/rtc/rtc-rs5c372.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/rtc/rtc-rs5c372.c b/drivers/rtc/rtc-rs5c372.c index bbdad099471d..2a86632580f1 100644 --- a/drivers/rtc/rtc-rs5c372.c +++ b/drivers/rtc/rtc-rs5c372.c | |||
| @@ -91,7 +91,7 @@ static int rs5c372_set_datetime(struct i2c_client *client, struct rtc_time *tm) | |||
| 91 | unsigned char buf[8] = { RS5C372_REG_BASE }; | 91 | unsigned char buf[8] = { RS5C372_REG_BASE }; |
| 92 | 92 | ||
| 93 | dev_dbg(&client->dev, | 93 | dev_dbg(&client->dev, |
| 94 | "%s: secs=%d, mins=%d, hours=%d ", | 94 | "%s: secs=%d, mins=%d, hours=%d " |
| 95 | "mday=%d, mon=%d, year=%d, wday=%d\n", | 95 | "mday=%d, mon=%d, year=%d, wday=%d\n", |
| 96 | __FUNCTION__, tm->tm_sec, tm->tm_min, tm->tm_hour, | 96 | __FUNCTION__, tm->tm_sec, tm->tm_min, tm->tm_hour, |
| 97 | tm->tm_mday, tm->tm_mon, tm->tm_year, tm->tm_wday); | 97 | tm->tm_mday, tm->tm_mon, tm->tm_year, tm->tm_wday); |
| @@ -126,7 +126,7 @@ static int rs5c372_get_trim(struct i2c_client *client, int *osc, int *trim) | |||
| 126 | return -EIO; | 126 | return -EIO; |
| 127 | } | 127 | } |
| 128 | 128 | ||
| 129 | dev_dbg(&client->dev, "%s: raw trim=%x\n", __FUNCTION__, trim); | 129 | dev_dbg(&client->dev, "%s: raw trim=%x\n", __FUNCTION__, *trim); |
| 130 | 130 | ||
| 131 | if (osc) | 131 | if (osc) |
| 132 | *osc = (buf & RS5C372_TRIM_XSL) ? 32000 : 32768; | 132 | *osc = (buf & RS5C372_TRIM_XSL) ? 32000 : 32768; |
