Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181487
b: refs/heads/master
c: 21ead03
h: refs/heads/master
i:
  181485: 7cd4cea
  181483: b1540bd
  181479: 9ca3a24
  181471: 83434ab
v: v3
  • Loading branch information
Julia Lawall authored and Mauro Carvalho Chehab committed Feb 26, 2010
1 parent 3463ef1 commit 4a247f2
Show file tree
Hide file tree
Showing 2 changed files with 3 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: ed0ee8e1fbab49b494ef2994be92e7832dd6673c
refs/heads/master: 21ead03bdde189106e0625baac170385a6c360af
3 changes: 2 additions & 1 deletion trunk/drivers/media/dvb/dvb-usb/dw2102.c
Original file line number Diff line number Diff line change
Expand Up @@ -470,12 +470,13 @@ static int s6x0_i2c_transfer(struct i2c_adapter *adap, struct i2c_msg msg[],
int num)
{
struct dvb_usb_device *d = i2c_get_adapdata(adap);
struct usb_device *udev = d->udev;
struct usb_device *udev;
int ret = 0;
int len, i, j;

if (!d)
return -ENODEV;
udev = d->udev;
if (mutex_lock_interruptible(&d->i2c_mutex) < 0)
return -EAGAIN;

Expand Down

0 comments on commit 4a247f2

Please sign in to comment.