git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6b7712
)
Bluetooth: Use BIT(n) macro instead of manually encoding (1 << n)
author
Marcel Holtmann
<marcel@holtmann.org>
Sun, 15 Mar 2015 02:28:06 +0000
(19:28 -0700)
committer
Johan Hedberg
<johan.hedberg@intel.com>
Sun, 15 Mar 2015 08:00:15 +0000
(10:00 +0200)
The flags for the management command table used manual encoding of
bits in the form of (1 << n). It is however preferred to use BIT(n)
macro instead.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
include/net/bluetooth/hci_core.h
patch
|
blob
|
history
diff --cc
include/net/bluetooth/hci_core.h
Simple merge