Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199976
b: refs/heads/master
c: dcf5d3a
h: refs/heads/master
v: v3
  • Loading branch information
Stefan Ringel authored and Mauro Carvalho Chehab committed Jun 1, 2010
1 parent 311a97a commit b6d6e33
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 71d67f739e0b02995c2eb650448f031b76720307
refs/heads/master: dcf5d3aa081617a4a8aa56b7e24988d600148f50
5 changes: 4 additions & 1 deletion trunk/drivers/staging/tm6000/tm6000-dvb.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,10 @@ int tm6000_start_stream(struct tm6000_core *dev)

printk(KERN_INFO "tm6000: got start stream request %s\n",__FUNCTION__);

tm6000_init_digital_mode(dev);
if (dev->mode != TM6000_MODE_DIGITAL) {
tm6000_init_digital_mode(dev);
dev->mode = TM6000_MODE_DIGITAL;
}

dvb->bulk_urb = usb_alloc_urb(0, GFP_KERNEL);
if(dvb->bulk_urb == NULL) {
Expand Down

0 comments on commit b6d6e33

Please sign in to comment.