commit | 382b0c39b3f5b239e3fc07712027fcd4d503bd26 | [log] [tgz] |
---|---|---|
author | Andre Guedes <andre.guedes@openbossa.org> | Fri Mar 08 11:20:14 2013 -0300 |
committer | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | Sat Mar 09 17:10:26 2013 -0300 |
tree | a61c93e3eba0957f995839ad5f9b7b8cda9478ed | |
parent | bc4445c72cb5d1ed5af80c73e60214ab5ebd8e55 [diff] |
Bluetooth: Return ENODATA in hci_req_run In case the HCI request queue is empty, hci_req_run should return ENODATA instead of EINVAL. This way, hci_req_run returns a more meaningful error value. Signed-off-by: Andre Guedes <andre.guedes@openbossa.org> Acked-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>