Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 250205
b: refs/heads/master
c: a1b4c86
h: refs/heads/master
i:
  250203: d4e8443
v: v3
  • Loading branch information
Pete Eberlein authored and Mauro Carvalho Chehab committed May 20, 2011
1 parent 754512c commit eaf6e03
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 574312d8ceb689af5000fa78d40f7ee38e1ea895
refs/heads/master: a1b4c86b2bad37963e675737ec850c851e785d6b
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/s2255drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -2382,7 +2382,7 @@ static void read_pipe_completion(struct urb *purb)
read_pipe_completion, pipe_info);

if (pipe_info->state != 0) {
if (usb_submit_urb(pipe_info->stream_urb, GFP_KERNEL)) {
if (usb_submit_urb(pipe_info->stream_urb, GFP_ATOMIC)) {
dev_err(&dev->udev->dev, "error submitting urb\n");
}
} else {
Expand Down

0 comments on commit eaf6e03

Please sign in to comment.