Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7200
b: refs/heads/master
c: a89923f
h: refs/heads/master
v: v3
  • Loading branch information
Jean Delvare authored and Greg Kroah-Hartman committed Sep 5, 2005
1 parent 0463b11 commit d21d95d
Show file tree
Hide file tree
Showing 2 changed files with 2 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: d1b2f0a9754d3087ee29b3e88b8f20f2d30090d3
refs/heads/master: a89923fff79f8eeed0ccdf51e13453754e48a71e
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/algos/i2c-algo-sgi.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ static int sgi_xfer(struct i2c_adapter *i2c_adap, struct i2c_msg *msgs,
err = i2c_write(adap, p->buf, p->len);
}

return err;
return (err < 0) ? err : i;
}

static u32 sgi_func(struct i2c_adapter *adap)
Expand Down

0 comments on commit d21d95d

Please sign in to comment.