Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 277718
b: refs/heads/master
c: deceb02
h: refs/heads/master
v: v3
  • Loading branch information
David Herrmann authored and Gustavo F. Padovan committed Nov 7, 2011
1 parent 8889df2 commit 82cda04
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: 844e4b76cc4806827024cccf35a9beaf13d27f3d
refs/heads/master: deceb024f1083d7eecaba7f2ee65d57f31f91bd5
2 changes: 1 addition & 1 deletion trunk/drivers/bluetooth/bcm203x.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ static void bcm203x_work(struct work_struct *work)
if (atomic_read(&data->shutdown))
return;

if (usb_submit_urb(data->urb, GFP_ATOMIC) < 0)
if (usb_submit_urb(data->urb, GFP_KERNEL) < 0)
BT_ERR("Can't submit URB");
}

Expand Down

0 comments on commit 82cda04

Please sign in to comment.