Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289
b: refs/heads/master
c: 86b5ac8
h: refs/heads/master
i:
  287: feef0a3
v: v3
  • Loading branch information
Jean Delvare authored and Greg KH committed Apr 19, 2005
1 parent 20e559b commit c4fcdc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 05985715756b8667cb35a3e05e1668bb8afe3298
refs/heads/master: 86b5ac878d4a63c772d03c5017b72cc799a8f2f2
3 changes: 1 addition & 2 deletions trunk/drivers/i2c/chips/via686a.c
Original file line number Diff line number Diff line change
Expand Up @@ -651,10 +651,9 @@ static int via686a_detect(struct i2c_adapter *adapter, int address, int kind)
new_client->adapter = adapter;
new_client->driver = &via686a_driver;
new_client->flags = 0;
new_client->dev.parent = &adapter->dev;

/* Fill in the remaining client fields and put into the global list */
snprintf(new_client->name, I2C_NAME_SIZE, client_name);
strlcpy(new_client->name, client_name, I2C_NAME_SIZE);

data->valid = 0;
init_MUTEX(&data->update_lock);
Expand Down

0 comments on commit c4fcdc1

Please sign in to comment.