projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75edd1f
)
Bluetooth: hci_intel: clean an indentation issue, remove extraneous spaces
author
Colin Ian King
<colin.king@canonical.com>
Tue, 30 Oct 2018 11:34:19 +0000
(11:34 +0000)
committer
Marcel Holtmann
<marcel@holtmann.org>
Tue, 18 Dec 2018 23:46:30 +0000
(
00:46
+0100)
Trivial fix to clean up an indentation issue, remove spaces
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_intel.c
patch
|
blob
|
history
diff --git
a/drivers/bluetooth/hci_intel.c
b/drivers/bluetooth/hci_intel.c
index 8caa1a6619cea30223e8014afa469a19c4ce3884..f31410526c5782b2391b77c52f74a7ff19b108e9 100644
(file)
--- a/
drivers/bluetooth/hci_intel.c
+++ b/
drivers/bluetooth/hci_intel.c
@@
-596,8
+596,8
@@
static int intel_setup(struct hci_uart *hu)
* is in bootloader mode or if it already has operational firmware
* loaded.
*/
-
err = btintel_read_version(hdev, &ver);
-
if (err)
+ err = btintel_read_version(hdev, &ver);
+ if (err)
return err;
/* The hardware platform number has a fixed value of 0x37 and