Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344710
b: refs/heads/master
c: 1967fa0
h: refs/heads/master
v: v3
  • Loading branch information
Sachin Kamat authored and MyungJoo Ham committed Nov 21, 2012
1 parent 3554283 commit 42d6176
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 00af4b16e098f7899d78c7009f0b525c9c512f94
refs/heads/master: 1967fa08d902cbf1967a29acd2e82628cfb7c7f4
4 changes: 2 additions & 2 deletions trunk/drivers/extcon/extcon-max77693.c
Original file line number Diff line number Diff line change
Expand Up @@ -665,9 +665,9 @@ static int __devinit max77693_muic_probe(struct platform_device *pdev)
}
info->dev = &pdev->dev;
info->max77693 = max77693;
if (info->max77693->regmap_muic)
if (info->max77693->regmap_muic) {
dev_dbg(&pdev->dev, "allocate register map\n");
else {
} else {
info->max77693->regmap_muic = devm_regmap_init_i2c(
info->max77693->muic,
&max77693_muic_regmap_config);
Expand Down

0 comments on commit 42d6176

Please sign in to comment.