Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19236
b: refs/heads/master
c: 877260b
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Greg Kroah-Hartman committed Feb 1, 2006
1 parent 4270f84 commit bab922c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 6d453b9e3007da2c6cd8b71883505c381f0e0004
refs/heads/master: 877260bd2618d1a6e6acf63100bd9d009b7c2856
2 changes: 1 addition & 1 deletion trunk/drivers/usb/input/yealink.c
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ static int usb_probe(struct usb_interface *intf, const struct usb_device_id *id)
pipe = usb_rcvintpipe(udev, endpoint->bEndpointAddress);
ret = usb_maxpacket(udev, pipe, usb_pipeout(pipe));
if (ret != USB_PKT_LEN)
err("invalid payload size %d, expected %d", ret, USB_PKT_LEN);
err("invalid payload size %d, expected %zd", ret, USB_PKT_LEN);

/* initialise irq urb */
usb_fill_int_urb(yld->urb_irq, udev, pipe, yld->irq_data,
Expand Down

0 comments on commit bab922c

Please sign in to comment.