Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303680
b: refs/heads/master
c: 1b5ca92
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed May 2, 2012
1 parent ce25866 commit d61fc1e
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: 3415b57cb3d7b6b6cd5fcbf5f3f64ca28a3f95e2
refs/heads/master: 1b5ca928e7d09c5ce0cefe6aec7392e4a3aa1d3b
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 @@ -122,7 +122,7 @@ static void wacom_sys_irq(struct urb *urb)
usb_mark_last_busy(wacom->usbdev);
retval = usb_submit_urb(urb, GFP_ATOMIC);
if (retval)
dev_err(&wacom->intf->dev,
dev_err(&wacom->wacom_wac.input->dev,
"%s - usb_submit_urb failed with result %d\n",
__func__, retval);
}
Expand Down Expand Up @@ -818,7 +818,7 @@ static int wacom_initialize_leds(struct wacom *wacom)
}

if (error) {
dev_err(&wacom->intf->dev,
dev_err(&wacom->wacom_wac.input->dev,
"cannot create sysfs group err: %d\n", error);
return error;
}
Expand Down

0 comments on commit d61fc1e

Please sign in to comment.