Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254596
b: refs/heads/master
c: 1e8ece5
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Samuel Ortiz committed Jul 5, 2011
1 parent 5cedea3 commit df28915
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: 8f2df0147fc78804a869150e6439be2605b5dc2d
refs/heads/master: 1e8ece5cb85361ac01c95aecdfdbfa5f8b7242af
2 changes: 1 addition & 1 deletion trunk/drivers/mfd/tps65911-comparator.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ static DEVICE_ATTR(comp2_threshold, S_IRUGO, comp_threshold_show, NULL);
static __devinit int tps65911_comparator_probe(struct platform_device *pdev)
{
struct tps65910 *tps65910 = dev_get_drvdata(pdev->dev.parent);
struct tps65910_platform_data *pdata = dev_get_platdata(tps65910->dev);
struct tps65910_board *pdata = dev_get_platdata(tps65910->dev);
int ret;

ret = comp_threshold_set(tps65910, COMP1, pdata->vmbch_threshold);
Expand Down

0 comments on commit df28915

Please sign in to comment.