commit | 4481200364ab1d6820a77ed442775a6e4f7c979f | [log] [tgz] |
---|---|---|
author | Johan Hovold <johan@kernel.org> | Tue Jan 31 11:51:07 2017 +0100 |
committer | Johan Hovold <johan@kernel.org> | Tue Jan 31 17:20:37 2017 +0100 |
tree | 7af600527fc6295571bc86dc49f7c9350bca9c8a | |
parent | ea534e0b404762894ac55ee416c0ac9f5cd5045a [diff] |
USB: serial: ark3116: fix endpoint-check return value Return -ENODEV rather than -EINVAL on probe errors due to a missing endpoint. Also clean up the endpoint sanity check somewhat and use the interface device for logging a more compact error in case an expected endpoint is missing. Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Johan Hovold <johan@kernel.org>