Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271671
b: refs/heads/master
c: eb28dc3
h: refs/heads/master
i:
  271669: 24b5eb2
  271667: 5ec700b
  271663: be78fc5
v: v3
  • Loading branch information
Julia Lawall authored and Mauro Carvalho Chehab committed Aug 27, 2011
1 parent d257add commit 5adff50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 93165b7774a04cf76bc46eb6c9181ab7a8b545d7
refs/heads/master: eb28dc39d3e82674584cc768b9757d1cae222a52
4 changes: 2 additions & 2 deletions trunk/drivers/media/dvb/dvb-usb/usb-urb.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ static int usb_bulk_urb_init(struct usb_data_stream *stream)
if (!stream->urb_list[i]) {
deb_mem("not enough memory for urb_alloc_urb!.\n");
for (j = 0; j < i; j++)
usb_free_urb(stream->urb_list[i]);
usb_free_urb(stream->urb_list[j]);
return -ENOMEM;
}
usb_fill_bulk_urb( stream->urb_list[i], stream->udev,
Expand Down Expand Up @@ -181,7 +181,7 @@ static int usb_isoc_urb_init(struct usb_data_stream *stream)
if (!stream->urb_list[i]) {
deb_mem("not enough memory for urb_alloc_urb!\n");
for (j = 0; j < i; j++)
usb_free_urb(stream->urb_list[i]);
usb_free_urb(stream->urb_list[j]);
return -ENOMEM;
}

Expand Down

0 comments on commit 5adff50

Please sign in to comment.