staging: usbip: changed function return type to void
authorBart Westgeest <bart@elbrys.com>
Mon, 23 Jan 2012 15:55:46 +0000 (10:55 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Jan 2013 04:46:29 +0000 (20:46 -0800)
commit231788ba2f713b751b8c46f6ac257b7811df7476
treece36bc1cd634c013941f4dc0c059b5cc1e3a74f1
parentc9d332c77f72e7d9643116e53ae0c1e2bebd3156
staging: usbip: changed function return type to void

commit ac2b41acfa3efe4650102067a99251587a806d70 upstream.

The function usbip_pad_iso never returns anything but 0 (success).

Signed-off-by: Bart Westgeest <bart@elbrys.com>
Cc: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/usbip/usbip_common.c
drivers/staging/usbip/usbip_common.h
drivers/staging/usbip/vhci_rx.c