Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118713
b: refs/heads/master
c: dec0c46
h: refs/heads/master
i:
  118711: 0c725c7
v: v3
  • Loading branch information
Akinobu Mita authored and Mauro Carvalho Chehab committed Nov 11, 2008
1 parent 2468e7f commit 2eb8881
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 8268c8f54505e5b952d1705a7bf3b2a218ed26bf
refs/heads/master: dec0c46ac2af9bbc4a2acd56e5bffbf02f20113e
4 changes: 1 addition & 3 deletions trunk/drivers/media/dvb/dvb-usb/anysee.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module_param_named(delsys, dvb_usb_anysee_delsys, int, 0644);
MODULE_PARM_DESC(delsys, "select delivery mode (0=DVB-C, 1=DVB-T)");
DVB_DEFINE_MOD_OPT_ADAPTER_NR(adapter_nr);

static struct mutex anysee_usb_mutex;
static DEFINE_MUTEX(anysee_usb_mutex);

static int anysee_ctrl_msg(struct dvb_usb_device *d, u8 *sbuf, u8 slen,
u8 *rbuf, u8 rlen)
Expand Down Expand Up @@ -456,8 +456,6 @@ static int anysee_probe(struct usb_interface *intf,
struct usb_host_interface *alt;
int ret;

mutex_init(&anysee_usb_mutex);

/* There is one interface with two alternate settings.
Alternate setting 0 is for bulk transfer.
Alternate setting 1 is for isochronous transfer.
Expand Down

0 comments on commit 2eb8881

Please sign in to comment.