Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303615
b: refs/heads/master
c: 2385f3c
h: refs/heads/master
i:
  303613: b4f3aea
  303611: 360ffaf
  303607: 1ec1ffc
  303599: abc2c73
  303583: da5dd18
  303551: 246d115
  303487: 0e16390
  303359: 6b43915
  303103: 9f474f7
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Apr 25, 2012
1 parent 22fe4ac commit 4002188
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 4efeca581bc84105c2e82d28a3a29e6cd9784204
refs/heads/master: 2385f3c3c757b6ffb766c320df4a7f7a45593f24
5 changes: 3 additions & 2 deletions trunk/drivers/input/misc/powermate.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,9 @@ static void powermate_irq(struct urb *urb)
exit:
retval = usb_submit_urb (urb, GFP_ATOMIC);
if (retval)
err ("%s - usb_submit_urb failed with result %d",
__func__, retval);
dev_err(&pm->udev->dev,
"%s - usb_submit_urb failed with result: %d\n",
__func__, retval);
}

/* Decide if we need to issue a control message and do so. Must be called with pm->lock taken */
Expand Down

0 comments on commit 4002188

Please sign in to comment.