Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10625
b: refs/heads/master
c: 00bffb6
h: refs/heads/master
i:
  10623: 1598fbf
v: v3
  • Loading branch information
Jean Delvare authored and Greg Kroah-Hartman committed Oct 28, 2005
1 parent 0297bbd commit 85216f7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 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: 6c129be8c7bd1bdbd47ba8e17f6e5053ef04aee8
refs/heads/master: 00bffb6e29c5ef12cea7904905f8b959187076c9
1 change: 0 additions & 1 deletion trunk/drivers/i2c/chips/ds1374.c
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ static int ds1374_probe(struct i2c_adapter *adap, int addr, int kind)

memset(client, 0, sizeof(struct i2c_client));
strncpy(client->name, DS1374_DRV_NAME, I2C_NAME_SIZE);
client->flags = I2C_DF_NOTIFY;
client->addr = addr;
client->adapter = adap;
client->driver = &ds1374_driver;
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/i2c/chips/m41t00.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ m41t00_probe(struct i2c_adapter *adap, int addr, int kind)

memset(client, 0, sizeof(struct i2c_client));
strncpy(client->name, M41T00_DRV_NAME, I2C_NAME_SIZE);
client->flags = I2C_DF_NOTIFY;
client->addr = addr;
client->adapter = adap;
client->driver = &m41t00_driver;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/chips/rtc8564.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ static int rtc8564_attach(struct i2c_adapter *adap, int addr, int kind)

strlcpy(new_client->name, "RTC8564", I2C_NAME_SIZE);
i2c_set_clientdata(new_client, d);
new_client->flags = I2C_CLIENT_ALLOW_USE | I2C_DF_NOTIFY;
new_client->flags = I2C_CLIENT_ALLOW_USE;
new_client->addr = addr;
new_client->adapter = adap;
new_client->driver = &rtc8564_driver;
Expand Down

0 comments on commit 85216f7

Please sign in to comment.