Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 346965
b: refs/heads/master
c: 8c587f7
h: refs/heads/master
i:
  346963: 958c71f
v: v3
  • Loading branch information
Lee Jones authored and Dmitry Torokhov committed Nov 28, 2012
1 parent 67a3dcc commit c690de5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 64db3648e87dceb87ff05d83b1f408f8f691c429
refs/heads/master: 8c587f7709f7f6377842968562bcf51ee6f47f09
2 changes: 1 addition & 1 deletion trunk/drivers/input/touchscreen/bu21013_ts.c
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ static int bu21013_probe(struct i2c_client *client,
bu21013_data->chip = pdata;
bu21013_data->client = client;

bu21013_data->regulator = regulator_get(&client->dev, "V-TOUCH");
bu21013_data->regulator = regulator_get(&client->dev, "avdd");
if (IS_ERR(bu21013_data->regulator)) {
dev_err(&client->dev, "regulator_get failed\n");
error = PTR_ERR(bu21013_data->regulator);
Expand Down

0 comments on commit c690de5

Please sign in to comment.