diff options
author | Sudip Mukherjee <sudipm.mukherjee@gmail.com> | 2016-04-30 20:29:40 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-05-03 23:32:07 +0200 |
commit | 72f595f3b5cef2c36beb1d07409de58d9e503428 (patch) | |
tree | 72b94e41e4804ab53eca570f79f8b560c42654e8 /certs | |
parent | USB: leave LPM alone if possible when binding/unbinding interface drivers (diff) | |
download | linux-72f595f3b5cef2c36beb1d07409de58d9e503428.tar.xz linux-72f595f3b5cef2c36beb1d07409de58d9e503428.zip |
usb: renesas_usbhs: fix signed-unsigned return
The return type of usbhsp_setup_pipecfg() was u16 but it was returning
a negative value (-EINVAL). Lets have an additional argument which will
have pipecfg and just return the status (success or error) as the return
from the function.
Signed-off-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'certs')
0 files changed, 0 insertions, 0 deletions