]> git.baikalelectronics.ru Git - kernel.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)
commitcce1c0b89662d0c0fa6b0b9d4a89f80584e66ace
tree96abf0eb4706759d6b42c920f814c78252ccabdf
parent340fd6b0e307d130c84f2bdb46b7965de4091d07
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