Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220543
b: refs/heads/master
c: ec10b0e
h: refs/heads/master
i:
  220541: 407feb9
  220539: d819b94
  220535: 2e1465c
  220527: f5274e6
  220511: 1428856
  220479: 6fe1164
  220415: 8676269
v: v3
  • Loading branch information
Axel Lin authored and Liam Girdwood committed Oct 28, 2010
1 parent 307c299 commit 1cd9c7e
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: da05738e94b644d759f28184a9f0bf875b271c55
refs/heads/master: ec10b0e94ebe7de3b301d60e6f7f4a12d3d280c6
2 changes: 1 addition & 1 deletion trunk/drivers/regulator/max8952.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ static int max8952_set_voltage(struct regulator_dev *rdev,
int min_uV, int max_uV)
{
struct max8952_data *max8952 = rdev_get_drvdata(rdev);
u8 vid = -1, i;
s8 vid = -1, i;

if (!gpio_is_valid(max8952->pdata->gpio_vid0) ||
!gpio_is_valid(max8952->pdata->gpio_vid0)) {
Expand Down

0 comments on commit 1cd9c7e

Please sign in to comment.