staging: usbip: removed dead code from receive function
authorBart Westgeest <bart@elbrys.com>
Mon, 19 Dec 2011 22:44:11 +0000 (17:44 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 22 Dec 2011 21:40:03 +0000 (13:40 -0800)
The usbip_xmit function supported sending and receiving data, however
the sending part of the function was never used/executed. Renamed the
function to usbip_recv, and removed the unused code.

Signed-off-by: Bart Westgeest <bart@elbrys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found