Update to 2.6.32.39 Mainline
/drivers/staging/usbip/vhci_rx.c
blob:2d989c487f615d47f6bf2daa2882fbcdce9b709e -> blob:8ed52063edb88cf4ba0a2b860989b371a25233df
--- drivers/staging/usbip/vhci_rx.c
+++ drivers/staging/usbip/vhci_rx.c
@@ -97,6 +97,9 @@ static void vhci_recv_ret_submit(struct
if (usbip_recv_iso(ud, urb) < 0)
return;
+ /* restore the padding in iso packets */
+ if (usbip_pad_iso(ud, urb) < 0)
+ return;
if (usbip_dbg_flag_vhci_rx)
usbip_dump_urb(urb);