Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76435
b: refs/heads/master
c: 13e001d
h: refs/heads/master
i:
  76433: 1bd8b89
  76431: 301ea5c
v: v3
  • Loading branch information
Chris Pascoe authored and Mauro Carvalho Chehab committed Jan 25, 2008
1 parent 27794b3 commit 688cbbc
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: b17f109df1cd9fe1009501d59e466701106590d7
refs/heads/master: 13e001dfe3aeb9e7b05445af76e5b47235e81285
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/dvb-usb/cxusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ static int cxusb_i2c_xfer(struct i2c_adapter *adap, struct i2c_msg msg[],
}

mutex_unlock(&d->i2c_mutex);
return i;
return i == num ? num : -EREMOTEIO;
}

static u32 cxusb_i2c_func(struct i2c_adapter *adapter)
Expand Down

0 comments on commit 688cbbc

Please sign in to comment.