commit | cfb536b3296f5c38c496846cdcd917d717ec9146 | [log] [tgz] |
---|---|---|
author | Brian Gix <bgix@codeaurora.org> | Fri Sep 02 08:45:22 2011 -0700 |
committer | Bryan Huntsman <bryanh@codeaurora.org> | Mon Oct 03 16:18:15 2011 -0700 |
tree | ec612d516e0585185e2a47253e8f52eb27784722 | |
parent | 07f710c887b0be083da21e36f60a62d2c31e5c9e [diff] |
Bluetooth: Fix kernel hci_dev_open timeout reset Handle -EALREADY error in hci_sock of hci_dev_open as indication that the HCI device is already open. This was causing reset inducing timeout, and removed unused/useless check of failure in power-up code. Signed-off-by: Brian Gix <bgix@codeaurora.org>