Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357345
b: refs/heads/master
c: a96fbe0
h: refs/heads/master
i:
  357343: fad3d59
v: v3
  • Loading branch information
Jiri Slaby authored and Mauro Carvalho Chehab committed Jan 6, 2013
1 parent fa9549e commit 295db1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 1c612e9a1cf712bd7845e3adb4961e3ef8eaf8aa
refs/heads/master: a96fbe0429ace98bf3d92340ab9caa03c80db88c
5 changes: 1 addition & 4 deletions trunk/drivers/media/usb/dvb-usb/dib0700_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -561,10 +561,7 @@ int dib0700_streaming_ctrl(struct dvb_usb_adapter *adap, int onoff)
}
}

if (mutex_lock_interruptible(&adap->dev->usb_mutex) < 0) {
err("could not acquire lock");
return -EINTR;
}
mutex_lock(&adap->dev->usb_mutex);

st->buf[0] = REQUEST_ENABLE_VIDEO;
/* this bit gives a kind of command,
Expand Down

0 comments on commit 295db1d

Please sign in to comment.