Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280990
b: refs/heads/master
c: 22dc09c
h: refs/heads/master
v: v3
  • Loading branch information
Maxin B. John authored and Greg Kroah-Hartman committed Nov 27, 2011
1 parent 6110d80 commit 07563b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a7e3bd669eb407b4e700a023e502bfc80d814b04
refs/heads/master: 22dc09cafda0d9b31e8f07539535582fb343baf8
2 changes: 2 additions & 0 deletions trunk/drivers/staging/iio/light/tsl2563.c
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,8 @@ static int tsl2563_read_id(struct tsl2563_chip *chip, u8 *id)
if (ret < 0)
return ret;

*id = ret;

return 0;
}

Expand Down

0 comments on commit 07563b1

Please sign in to comment.