aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/rtc/rtc-x1205.c
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2007-02-13 22:09:04 +0100
committerJean Delvare <khali@arrakis.delvare>2007-02-13 22:09:04 +0100
commit5dd3ffae0afe355738eca14da1b47284bdae6240 (patch)
treed372417c49aea569235234d63012be9e170da5ee /drivers/rtc/rtc-x1205.c
parenti2c: Remove the warning on missing adapter device (diff)
downloadwireguard-linux-5dd3ffae0afe355738eca14da1b47284bdae6240.tar.xz
wireguard-linux-5dd3ffae0afe355738eca14da1b47284bdae6240.zip
i2c: Stop using i2c_adapter.class_dev
Stop using i2c_adapter.class_dev, as it is going to be removed soon. Luckily, there are only 4 RTC drivers affected. Signed-off-by: Jean Delvare <khali@linux-fr.org> Cc: Alessandro Zummo <a.zummo@towertech.it>
Diffstat (limited to 'drivers/rtc/rtc-x1205.c')
-rw-r--r--drivers/rtc/rtc-x1205.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-x1205.c b/drivers/rtc/rtc-x1205.c
index 019ae255b0c8..513d1a611aab 100644
--- a/drivers/rtc/rtc-x1205.c
+++ b/drivers/rtc/rtc-x1205.c
@@ -506,7 +506,7 @@ static int x1205_probe(struct i2c_adapter *adapter, int address, int kind)
struct i2c_client *client;
struct rtc_device *rtc;
- dev_dbg(adapter->class_dev.dev, "%s\n", __FUNCTION__);
+ dev_dbg(&adapter->dev, "%s\n", __FUNCTION__);
if (!i2c_check_functionality(adapter, I2C_FUNC_I2C)) {
err = -ENODEV;