Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 302307
b: refs/heads/master
c: 0cbd670
h: refs/heads/master
i:
  302305: 8549730
  302303: b7e9496
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed May 17, 2012
1 parent f11d699 commit 530cda2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 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: 8b370e086b90245ef1da7fa6d41a1da205e11e77
refs/heads/master: 0cbd6702186af44ca14d68d3fd3f3368287f4ee4
10 changes: 0 additions & 10 deletions trunk/drivers/regulator/max8649.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,6 @@ struct max8649_regulator_info {
unsigned ramp_down:1;
};

/* I2C operations */

static inline int check_range(int min_uV, int max_uV)
{
if ((min_uV < MAX8649_DCDC_VMIN) || (max_uV > MAX8649_DCDC_VMAX)
|| (min_uV > max_uV))
return -EINVAL;
return 0;
}

/* EN_PD means pulldown on EN input */
static int max8649_enable(struct regulator_dev *rdev)
{
Expand Down

0 comments on commit 530cda2

Please sign in to comment.