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:
1036b89
)
Bluetooth: Fix broken usage of get_unaligned_le16
author
Marcel Holtmann
<marcel@holtmann.org>
Tue, 13 Mar 2012 03:31:08 +0000
(20:31 -0700)
committer
Gustavo Padovan
<gustavo@padovan.org>
Wed, 9 May 2012 03:41:32 +0000
(
00:41
-0300)
In case the struct is already __packed, there is no need to use unaligned
access to the data. So just use __le16_to_cpu in these cases.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
net/bluetooth/mgmt.c
patch
|
blob
|
history
diff --cc
net/bluetooth/mgmt.c
Simple merge