diff options
| -rw-r--r-- | drivers/input/touchscreen/bu21013_ts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/bu21013_ts.c b/drivers/input/touchscreen/bu21013_ts.c index 59a8ce86fcda..1e8cddd06c60 100644 --- a/drivers/input/touchscreen/bu21013_ts.c +++ b/drivers/input/touchscreen/bu21013_ts.c | |||
| @@ -461,7 +461,7 @@ static int bu21013_probe(struct i2c_client *client, | |||
| 461 | bu21013_data->chip = pdata; | 461 | bu21013_data->chip = pdata; |
| 462 | bu21013_data->client = client; | 462 | bu21013_data->client = client; |
| 463 | 463 | ||
| 464 | bu21013_data->regulator = regulator_get(&client->dev, "V-TOUCH"); | 464 | bu21013_data->regulator = regulator_get(&client->dev, "avdd"); |
| 465 | if (IS_ERR(bu21013_data->regulator)) { | 465 | if (IS_ERR(bu21013_data->regulator)) { |
| 466 | dev_err(&client->dev, "regulator_get failed\n"); | 466 | dev_err(&client->dev, "regulator_get failed\n"); |
| 467 | error = PTR_ERR(bu21013_data->regulator); | 467 | error = PTR_ERR(bu21013_data->regulator); |
