Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179305
b: refs/heads/master
c: dd38d68
h: refs/heads/master
i:
  179303: c489d16
v: v3
  • Loading branch information
Dmitry Torokhov committed Jan 10, 2010
1 parent 152c0f3 commit 1235bab
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: e4e6efd2df4b5754bd519b516207eb723d1f17df
refs/heads/master: dd38d6889dc5dae2014d9eac72fae32f477f294e
4 changes: 2 additions & 2 deletions trunk/drivers/input/joystick/xpad.c
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ static void xpad_irq_in(struct urb *urb)
}

exit:
retval = usb_submit_urb (urb, GFP_ATOMIC);
retval = usb_submit_urb(urb, GFP_ATOMIC);
if (retval)
err ("%s - usb_submit_urb failed with result %d",
__func__, retval);
Expand Down Expand Up @@ -571,7 +571,7 @@ static int xpad_play_effect(struct input_dev *dev, void *data,
xpad->odata[6] = 0x00;
xpad->odata[7] = 0x00;
xpad->irq_out->transfer_buffer_length = 8;
usb_submit_urb(xpad->irq_out, GFP_KERNEL);
usb_submit_urb(xpad->irq_out, GFP_ATOMIC);
}

return 0;
Expand Down

0 comments on commit 1235bab

Please sign in to comment.