summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorAaro Koskinen <aaro.koskinen@iki.fi>2013-07-29 20:07:47 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-07-29 11:41:28 -0700
commit6d658cb2abe8560e047c57f0f68ac5162b917ddb (patch)
tree09b39aae412149efe490612074107534380b689d /include/linux
parent684f94ccbda9757b3a0efbdb5072b53b75a82b49 (diff)
staging: octeon-usb: cvmx-usb: utilize Linux error codes
Use generic Linux error codes to replace cvmx_usb_status_t. The conversion table: Before After cvmx_usb_status_t int CVMX_USB_SUCCESS 0 CVMX_USB_INVALID_PARAM -EINVAL CVMX_USB_NO_MEMORY -ENOMEM CVMX_USB_BUSY -EBUSY CVMX_USB_TIMEOUT -ETIMEDOUT CVMX_USB_INCORRECT_MODE Deleted (was never used) Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions