Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253049
b: refs/heads/master
c: 930a6ea
h: refs/heads/master
i:
  253047: 2ceb762
v: v3
  • Loading branch information
Alexey Khoroshilov authored and David S. Miller committed May 31, 2011
1 parent af04547 commit e1d1f57
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: a000c01e60e40e15304ffe48fff051d17a7bea91
refs/heads/master: 930a6eac9f40e692bd9670d89bcd9ac0f4019356
2 changes: 1 addition & 1 deletion trunk/drivers/net/usb/catc.c
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ static void catc_ctrl_run(struct catc *catc)
if (!q->dir && q->buf && q->len)
memcpy(catc->ctrl_buf, q->buf, q->len);

if ((status = usb_submit_urb(catc->ctrl_urb, GFP_KERNEL)))
if ((status = usb_submit_urb(catc->ctrl_urb, GFP_ATOMIC)))
err("submit(ctrl_urb) status %d", status);
}

Expand Down

0 comments on commit e1d1f57

Please sign in to comment.