Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303669
b: refs/heads/master
c: 39e85a2
h: refs/heads/master
i:
  303667: 628264b
v: v3
  • Loading branch information
Greg Kroah-Hartman committed May 2, 2012
1 parent 0e82951 commit b0c8c9f
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: d331efdd993f4c392f5f63f970b3a55996e3a959
refs/heads/master: 39e85a2673c0c9696939dbe10e79c2fb4b91b91c
4 changes: 2 additions & 2 deletions trunk/drivers/input/joystick/xpad.c
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ static void xpad_irq_in(struct urb *urb)
exit:
retval = usb_submit_urb(urb, GFP_ATOMIC);
if (retval)
dev_err(&xpad->udev->dev,
dev_err(&xpad->dev->dev,
"%s - usb_submit_urb failed with result %d\n",
__func__, retval);
}
Expand Down Expand Up @@ -542,7 +542,7 @@ static void xpad_irq_out(struct urb *urb)
exit:
retval = usb_submit_urb(urb, GFP_ATOMIC);
if (retval)
dev_err(&xpad->udev->dev,
dev_err(&xpad->dev->dev,
"%s - usb_submit_urb failed with result %d\n",
__func__, retval);
}
Expand Down

0 comments on commit b0c8c9f

Please sign in to comment.