Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334595
b: refs/heads/master
c: dc36d7e
h: refs/heads/master
i:
  334593: 88d128b
  334591: 83ecf23
v: v3
  • Loading branch information
Axel Lin authored and Linus Torvalds committed Oct 19, 2012
1 parent d27e5c2 commit f28a285
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: 2702b1526c7278c4d65d78de209a465d4de2885e
refs/heads/master: dc36d7e7cd422d69b15e7ec7cc1f021f581a6b6d
4 changes: 2 additions & 2 deletions trunk/drivers/video/backlight/lm3639_bl.c
Original file line number Diff line number Diff line change
Expand Up @@ -206,11 +206,11 @@ static ssize_t lm3639_bled_mode_store(struct device *dev,

out:
dev_err(pchip->dev, "%s:i2c access fail to register\n", __func__);
return size;
return ret;

out_input:
dev_err(pchip->dev, "%s:input conversion fail\n", __func__);
return size;
return ret;

}

Expand Down

0 comments on commit f28a285

Please sign in to comment.