Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308456
b: refs/heads/master
c: 772ae99
h: refs/heads/master
v: v3
  • Loading branch information
Wolfram Sang authored and Wolfram Sang committed May 12, 2012
1 parent c0701ef commit a99b5b0
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: 75fb1f25d48b64ff11081623c2104ad345882c9f
refs/heads/master: 772ae99c5b414fc7f5e4cf76beae7003196b5526
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/busses/i2c-eg20t.c
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ static s32 pch_i2c_xfer(struct i2c_adapter *i2c_adap,

ret = mutex_lock_interruptible(&pch_mutex);
if (ret)
return -ERESTARTSYS;
return ret;

if (adap->p_adapter_info->pch_i2c_suspended) {
mutex_unlock(&pch_mutex);
Expand Down

0 comments on commit a99b5b0

Please sign in to comment.