aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/max8952.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/max8952.c')
-rw-r--r--drivers/regulator/max8952.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/max8952.c b/drivers/regulator/max8952.c
index a8f4ecfb0843..daff7fd0e95c 100644
--- a/drivers/regulator/max8952.c
+++ b/drivers/regulator/max8952.c
@@ -262,7 +262,7 @@ static int __devinit max8952_pmic_probe(struct i2c_client *client,
262 262
263 if (err) { 263 if (err) {
264 dev_warn(max8952->dev, "VID0/1 gpio invalid: " 264 dev_warn(max8952->dev, "VID0/1 gpio invalid: "
265 "DVS not avilable.\n"); 265 "DVS not available.\n");
266 max8952->vid0 = 0; 266 max8952->vid0 = 0;
267 max8952->vid1 = 0; 267 max8952->vid1 = 0;
268 /* Mark invalid */ 268 /* Mark invalid */