Skip to content

Commit

Permalink
Merge remote-tracking branch 'regulator/topic/max8997' into regulator…
Browse files Browse the repository at this point in the history
…-next
  • Loading branch information
broonie committed Oct 24, 2013
2 parents 4e31566 + c4e3b14 commit 08f09c6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions drivers/regulator/max8997.c
Original file line number Diff line number Diff line change
Expand Up @@ -690,8 +690,9 @@ static int max8997_set_voltage_buck(struct regulator_dev *rdev,
if (max8997->ignore_gpiodvs_side_effect == false)
return -EINVAL;

dev_warn(&rdev->dev, "MAX8997 GPIO-DVS Side Effect Warning: GPIO SET:"
" %d -> %d\n", max8997->buck125_gpioindex, tmp_idx);
dev_warn(&rdev->dev,
"MAX8997 GPIO-DVS Side Effect Warning: GPIO SET: %d -> %d\n",
max8997->buck125_gpioindex, tmp_idx);

out:
if (new_idx < 0 || new_val < 0)
Expand Down

0 comments on commit 08f09c6

Please sign in to comment.