staging: usbip: changed function return type to void
authorBart Westgeest <bart@elbrys.com>
Mon, 23 Jan 2012 15:55:46 +0000 (10:55 -0500)
committerBen Hutchings <ben@decadent.org.uk>
Wed, 6 Feb 2013 04:33:56 +0000 (04:33 +0000)
commit7d02c8e73e3c4610882e4883d97c870384e64a72
treec70f1bd5e96782a6fd57ccc58ea8192197e22336
parent6d3e269cd51bdfe7ea77bdf1242626a5d6529b85
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/staging/usbip/usbip_common.c
drivers/staging/usbip/usbip_common.h
drivers/staging/usbip/vhci_rx.c