Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117158
b: refs/heads/master
c: 51b9054
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Oct 22, 2008
1 parent 0f50440 commit 114ac6b
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: c0429bd7dfb001e1549855d43819c595a1e6149e
refs/heads/master: 51b90540dd03f605122937a999e6d0430238c266
2 changes: 1 addition & 1 deletion trunk/drivers/staging/usbip/vhci_rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ static void vhci_rx_pdu(struct usbip_device *ud)
ret = usbip_xmit(0, ud->tcp_socket, (char *) &pdu, sizeof(pdu), 0);
if (ret != sizeof(pdu)) {
uerr("receiving pdu failed! size is %d, should be %d\n",
ret, sizeof(pdu));
ret, (unsigned int)sizeof(pdu));
usbip_event_add(ud, VDEV_EVENT_ERROR_TCP);
return;
}
Expand Down

0 comments on commit 114ac6b

Please sign in to comment.