Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48189
b: refs/heads/master
c: 5dd3ffa
h: refs/heads/master
i:
  48187: 47a224e
v: v3
  • Loading branch information
Jean Delvare authored and Jean Delvare committed Feb 13, 2007
1 parent b3c9620 commit 830fa0a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fe2c8d51af96ef7b8ec0bfd70ec62bbe32c0696e
refs/heads/master: 5dd3ffae0afe355738eca14da1b47284bdae6240
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/rtc-ds1672.c
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ static int ds1672_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;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/rtc-pcf8563.c
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ static int pcf8563_probe(struct i2c_adapter *adapter, int address, int kind)

int err = 0;

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;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/rtc-rs5c372.c
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ static int rs5c372_probe(struct i2c_adapter *adapter, int address, int kind)
struct rs5c372 *rs5c372;
struct rtc_time tm;

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;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/rtc-x1205.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 830fa0a

Please sign in to comment.