]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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>
Thu, 9 Feb 2012 17:42:23 +0000 (09:42 -0800)
commitac2b41acfa3efe4650102067a99251587a806d70
tree96abf0eb4706759d6b42c920f814c78252ccabdf
parent98b9de2189180a1c62ea1ea912e66230908305f0
staging: usbip: changed function return type to void

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>
drivers/staging/usbip/usbip_common.c
drivers/staging/usbip/usbip_common.h
drivers/staging/usbip/vhci_rx.c