Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176019
b: refs/heads/master
c: 29f0264
h: refs/heads/master
i:
  176017: dcfc5b9
  176015: d18cc5e
v: v3
  • Loading branch information
Jean Delvare authored and Samuel Ortiz committed Dec 13, 2009
1 parent 37a7377 commit e09395d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 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: 956266da703e3885924fe21bfc20f32d8f875474
refs/heads/master: 29f02646f0fa2b3c3a91f9145653e6a6ae8e7eb1
3 changes: 0 additions & 3 deletions trunk/drivers/mfd/ab3100-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -900,9 +900,6 @@ static int __init ab3100_probe(struct i2c_client *client,
goto exit_no_testreg_client;
}

strlcpy(ab3100->testreg_client->name, id->name,
sizeof(ab3100->testreg_client->name));

err = ab3100_setup(ab3100);
if (err)
goto exit_no_setup;
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/mfd/twl4030-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -814,8 +814,6 @@ twl4030_probe(struct i2c_client *client, const struct i2c_device_id *id)
status = -ENOMEM;
goto fail;
}
strlcpy(twl->client->name, id->name,
sizeof(twl->client->name));
}
mutex_init(&twl->xfer_lock);
}
Expand Down

0 comments on commit e09395d

Please sign in to comment.