Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303668
b: refs/heads/master
c: d331efd
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed May 1, 2012
1 parent 628264b commit 0e82951
Show file tree
Hide file tree
Showing 3 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: ade749a6bde26511925c888d734c989c5bbec919
refs/heads/master: d331efdd993f4c392f5f63f970b3a55996e3a959
2 changes: 1 addition & 1 deletion trunk/drivers/input/joystick/iforce/iforce-packets.c
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ int iforce_get_id_packet(struct iforce *iforce, char *packet)

status = usb_submit_urb(iforce->ctrl, GFP_ATOMIC);
if (status) {
dev_err(&iforce->usbdev->dev,
dev_err(&iforce->dev->dev,
"usb_submit_urb failed %d\n", status);
return -1;
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/input/joystick/iforce/iforce-usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ static void iforce_usb_irq(struct urb *urb)
exit:
status = usb_submit_urb (urb, GFP_ATOMIC);
if (status)
dev_err(&iforce->usbdev->dev,
dev_err(&iforce->dev->dev,
"%s - usb_submit_urb failed with result %d\n",
__func__, status);
}
Expand Down

0 comments on commit 0e82951

Please sign in to comment.