Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58491
b: refs/heads/master
c: 2e8335a
h: refs/heads/master
i:
  58489: f25e2dd
  58487: 1bc0511
v: v3
  • Loading branch information
Jan Kratochvil authored and Dmitry Torokhov committed Jul 10, 2007
1 parent 1c6b821 commit c6bc44b
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: 5ec1f7f3e4a4896062dc6a64d38036588733bc23
refs/heads/master: 2e8335a629e48a753642772a5fe758c12d2e48bf
2 changes: 1 addition & 1 deletion trunk/drivers/input/joystick/xpad.c
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ static int xpad_init_ff(struct usb_interface *intf, struct usb_xpad *xpad)

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

xpad->irq_out = usb_alloc_urb(0, GFP_KERNEL);
Expand Down

0 comments on commit c6bc44b

Please sign in to comment.