From: Marcel Holtmann Date: Tue, 13 Mar 2012 03:31:08 +0000 (-0700) Subject: Bluetooth: Fix broken usage of get_unaligned_le16 X-Git-Tag: v3.5-rc1~101^2~6^2^2^2~98 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f350c8724881fe6b1be9aa68d1e49508a6f8ab9;p=pandora-kernel.git Bluetooth: Fix broken usage of get_unaligned_le16 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 Signed-off-by: Johan Hedberg --- Reading git-diff-tree failed