commit | 8fd39e3dcb881501726ed0161855ed7a61f642ef | [log] [tgz] |
---|---|---|
author | Matt Porter <mporter@linaro.org> | Mon Oct 13 03:00:53 2014 -0400 |
committer | Greg Kroah-Hartman <greg@kroah.com> | Mon Oct 13 10:36:47 2014 +0200 |
tree | ac6bf5225cd73ce11ebebdff646c1984a38522d3 | |
parent | 8218605d20fff015bb3f76060ad7fe87d4362fc0 [diff] |
greybus: es1-ap-usb: handle -EPROTO in check_urb_status() On a disconnect we can also have a status of -EPROTO. This results in a flood of error messages due to the -EAGAIN handling of unsupported status results. Fix this by also returning status when we have -EPROTO. Signed-off-by: Matt Porter <mporter@linaro.org> Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>