Bluetooth: hci_intel: Fix a wrong comparison
commit2be1149ed40812ab75bc1af67a68f5d09e8be762
authorAnton Protopopov <a.s.protopopov@gmail.com>
Wed, 10 Feb 2016 17:22:54 +0000 (10 12:22 -0500)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 23 Feb 2016 19:29:36 +0000 (23 20:29 +0100)
tree08d8a3e08aced38f6a0e8ffb1842793666f10135
parentb6e402fc84a76c0238b64de497920aeeaa495026
Bluetooth: hci_intel: Fix a wrong comparison

A return value of the intel_wait_booting() function compared with
a constant ETIMEDOUT instead of -ETIMEDOUT.

Signed-off-by: Anton Protopopov <a.s.protopopov@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_intel.c