diff options
Diffstat (limited to 'drivers/rtc/rtc-rs5c372.c')
-rw-r--r-- | drivers/rtc/rtc-rs5c372.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-rs5c372.c b/drivers/rtc/rtc-rs5c372.c index e2c7698fdba3..1460f6b769f2 100644 --- a/drivers/rtc/rtc-rs5c372.c +++ b/drivers/rtc/rtc-rs5c372.c | |||
@@ -200,7 +200,7 @@ static int rs5c372_probe(struct i2c_adapter *adapter, int address, int kind) | |||
200 | struct i2c_client *client; | 200 | struct i2c_client *client; |
201 | struct rs5c372 *rs5c372; | 201 | struct rs5c372 *rs5c372; |
202 | 202 | ||
203 | dev_dbg(&adapter->dev, "%s\n", __FUNCTION__); | 203 | dev_dbg(adapter->class_dev.dev, "%s\n", __FUNCTION__); |
204 | 204 | ||
205 | if (!i2c_check_functionality(adapter, I2C_FUNC_I2C)) { | 205 | if (!i2c_check_functionality(adapter, I2C_FUNC_I2C)) { |
206 | err = -ENODEV; | 206 | err = -ENODEV; |