Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330626
b: refs/heads/master
c: 6e3a5da
h: refs/heads/master
v: v3
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed Aug 4, 2012
1 parent 604cb58 commit 68b6cd4
Show file tree
Hide file tree
Showing 2 changed files with 4 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: ffe4ac92ee5a4a0a236b9583c3173902e158e14b
refs/heads/master: 6e3a5daa6ee7a0eae3b2161ed4783fee547654c2
4 changes: 3 additions & 1 deletion trunk/drivers/media/dvb/dvb-usb/dvb_usb_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,9 @@ static int dvb_usbv2_adapter_exit(struct dvb_usb_device *d)
{
int i;

for (i = d->num_adapters_initialized - 1; i >= 0; i--) {
pr_debug("%s:\n", __func__);

for (i = MAX_NO_OF_ADAPTER_PER_DEVICE - 1; i >= 0; i--) {
dvb_usbv2_adapter_frontend_exit(&d->adapter[i]);
dvb_usbv2_adapter_dvb_exit(&d->adapter[i]);
dvb_usbv2_adapter_stream_exit(&d->adapter[i]);
Expand Down

0 comments on commit 68b6cd4

Please sign in to comment.