linux-kernel-test/drivers/staging/usbip
Shan Wei a7cd5829d8 Staging: usb-ip: vhci_hdc:Fix the returned error value
Compared with other drivers, the "ret" should be nagative and
returned. But in vhci_hdc, it always return 0;

I dont't use the driver, and I'm not familiar with the code.
Hope the patch is helpful.

Signed-off-by: Shan Wei <shanwei@cn.fujitsu.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-09-15 12:02:05 -07:00
..
Kconfig Staging: USB-IP code cleanup 2009-09-15 12:02:05 -07:00
Makefile
README
stub_dev.c Staging: USB-IP code cleanup 2009-09-15 12:02:05 -07:00
stub_main.c Staging: USB-IP code cleanup 2009-09-15 12:02:05 -07:00
stub_rx.c Staging: USB-IP code cleanup 2009-09-15 12:02:05 -07:00
stub_tx.c Staging: USB-IP code cleanup 2009-09-15 12:02:05 -07:00
stub.h
usbip_common.c Staging: USB-IP code cleanup 2009-09-15 12:02:05 -07:00
usbip_common.h Staging: USB-IP code cleanup 2009-09-15 12:02:05 -07:00
usbip_event.c Staging: USB-IP code cleanup 2009-09-15 12:02:05 -07:00
vhci_hcd.c Staging: usb-ip: vhci_hdc:Fix the returned error value 2009-09-15 12:02:05 -07:00
vhci_rx.c Staging: USB-IP code cleanup 2009-09-15 12:02:05 -07:00
vhci_sysfs.c Staging: USB-IP code cleanup 2009-09-15 12:02:05 -07:00
vhci_tx.c Staging: USB-IP code cleanup 2009-09-15 12:02:05 -07:00
vhci.h

TODO:
	- more discussion about the protocol
	- testing
	- review of the userspace interface

Please send patches for this code to Greg Kroah-Hartman <greg@kroah.com>