Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93235
b: refs/heads/master
c: 6eae9b0
h: refs/heads/master
i:
  93233: a6aaabf
  93231: 5d20d67
v: v3
  • Loading branch information
Oliver Neukum authored and Dmitry Torokhov committed Apr 3, 2008
1 parent 214be2b commit edae502
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: 99de0912be6f384fc31c8e8e7ba0850d0d670385
refs/heads/master: 6eae9b0acdb6f03ed87ef882760e0ef8f440dc1a
4 changes: 2 additions & 2 deletions trunk/drivers/input/joystick/xpad.c
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ static int xpad_init_output(struct usb_interface *intf, struct usb_xpad *xpad)
return 0;

xpad->odata = usb_buffer_alloc(xpad->udev, XPAD_PKT_LEN,
GFP_ATOMIC, &xpad->odata_dma );
GFP_KERNEL, &xpad->odata_dma);
if (!xpad->odata)
goto fail1;

Expand Down Expand Up @@ -729,7 +729,7 @@ static int xpad_probe(struct usb_interface *intf, const struct usb_device_id *id
goto fail1;

xpad->idata = usb_buffer_alloc(udev, XPAD_PKT_LEN,
GFP_ATOMIC, &xpad->idata_dma);
GFP_KERNEL, &xpad->idata_dma);
if (!xpad->idata)
goto fail1;

Expand Down

0 comments on commit edae502

Please sign in to comment.