Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344715
b: refs/heads/master
c: 3bf742f
h: refs/heads/master
i:
  344713: 7a7184f
  344711: 1a69f29
v: v3
  • Loading branch information
Sachin Kamat authored and MyungJoo Ham committed Nov 21, 2012
1 parent 745d6d3 commit e30af77
Show file tree
Hide file tree
Showing 2 changed files with 3 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: f4bb5cb54eb97fee9b4e076df8df68b91861b934
refs/heads/master: 3bf742ffd48e7d1cea864741a123203207b33b80
3 changes: 2 additions & 1 deletion trunk/drivers/extcon/extcon-max77693.c
Original file line number Diff line number Diff line change
Expand Up @@ -672,9 +672,10 @@ static int __devinit max77693_muic_probe(struct platform_device *pdev)
info->max77693->muic,
&max77693_muic_regmap_config);
if (IS_ERR(info->max77693->regmap_muic)) {
ret = PTR_ERR(info->max77693->regmap_muic);
dev_err(max77693->dev,
"failed to allocate register map: %d\n", ret);
return PTR_ERR(info->max77693->regmap_muic);
return ret;
}
}
platform_set_drvdata(pdev, info);
Expand Down

0 comments on commit e30af77

Please sign in to comment.