Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119543
b: refs/heads/master
c: b7ed785
h: refs/heads/master
i:
  119541: d2f192b
  119539: 74f2347
  119535: 4a8db40
v: v3
  • Loading branch information
Douglas Schilling Landgraf authored and Mauro Carvalho Chehab committed Nov 17, 2008
1 parent 3cbe39f commit 66519c0
Show file tree
Hide file tree
Showing 2 changed files with 9 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: 11eb260a70b992b83fa2d15bb777cda3ee326c05
refs/heads/master: b7ed785b5f6a8dbdbd0cf8688a51c42e35205a4e
9 changes: 8 additions & 1 deletion trunk/drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c
Original file line number Diff line number Diff line change
Expand Up @@ -1665,7 +1665,14 @@ static int ttusb_probe(struct usb_interface *intf, const struct usb_device_id *i

ttusb_setup_interfaces(ttusb);

ttusb_alloc_iso_urbs(ttusb);
result = ttusb_alloc_iso_urbs(ttusb);
if (result < 0) {
dprintk("%s: ttusb_alloc_iso_urbs - failed\n", __func__);
mutex_unlock(&ttusb->semi2c);
kfree(ttusb);
return result;
}

if (ttusb_init_controller(ttusb))
printk("ttusb_init_controller: error\n");

Expand Down

0 comments on commit 66519c0

Please sign in to comment.