Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193509
b: refs/heads/master
c: 73a97f4
h: refs/heads/master
i:
  193507: 88614e5
v: v3
  • Loading branch information
Dmitry Torokhov committed Apr 14, 2010
1 parent b5916c7 commit aaa51ed
Show file tree
Hide file tree
Showing 3 changed files with 223 additions and 202 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: 51269fe86c263ec4fafbafe82970e6d7f6f79102
refs/heads/master: 73a97f4f6e53545b71f5c14ae2cb70a4b8d3cf63
4 changes: 2 additions & 2 deletions trunk/drivers/input/tablet/wacom_sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@ static void wacom_sys_irq(struct urb *urb)
wcombo.wacom = wacom;
wcombo.urb = urb;

if (wacom_wac_irq(&wacom->wacom_wac, (void *)&wcombo))
if (wacom_wac_irq(&wacom->wacom_wac, &wcombo))
input_sync(get_input_dev(&wcombo));

exit:
usb_mark_last_busy(wacom->usbdev);
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
Loading

0 comments on commit aaa51ed

Please sign in to comment.