OSDN Git Service

usbip: usbip_host_common: Use new error codes to return request status
authorShuah Khan <shuahkh@osg.samsung.com>
Wed, 7 Mar 2018 20:42:25 +0000 (13:42 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 9 Mar 2018 17:17:08 +0000 (09:17 -0800)
commitc207a10d2f0bddf691920c0d73b7e8a83e6e2fb6
tree20ba478c46899debed78866b1be198bd526b8dd9
parentf6bcbf2e24eb10275b6614ccd9cab3e7d93748de
usbip: usbip_host_common: Use new error codes to return request status

Currently ST_OK and ST_NA are the only values used to communicate
status of a request from a client. Use new error codes to clearly
indicate what failed. For example, when client sends request to
import a device that isn't export-able, send ST_DEV_BUSY to the client.

Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/usb/usbip/libsrc/usbip_host_common.c