Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73717
b: refs/heads/master
c: 822bd5a
h: refs/heads/master
i:
  73715: 0217108
v: v3
  • Loading branch information
David Brownell authored and Linus Torvalds committed Nov 15, 2007
1 parent a70ee31 commit b5e32cb
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 8744969a819de4ee5158f4cdb30104601cc015d4
refs/heads/master: 822bd5aa2b8e8fa1d328f03bf5b9c75701481bf0
5 changes: 4 additions & 1 deletion trunk/drivers/spi/tle62x0.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,11 @@ static ssize_t tle62x0_status_show(struct device *dev,

mutex_lock(&st->lock);
ret = tle62x0_read(st);

dev_dbg(dev, "tle62x0_read() returned %d\n", ret);
if (ret < 0) {
mutex_unlock(&st->lock);
return ret;
}

for (ptr = 0; ptr < (st->nr_gpio * 2)/8; ptr += 1) {
fault <<= 8;
Expand Down

0 comments on commit b5e32cb

Please sign in to comment.