summaryrefslogtreecommitdiff
path: root/net/bluetooth
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2020-09-03 21:48:48 +0300
committerMarcel Holtmann <marcel@holtmann.org>2020-09-11 09:50:49 +0300
commit0cc62caf4c8f376f8a846271083379667cf74739 (patch)
tree4a695bec6998e410a20f37e6bc4d1caa6d81fb8f /net/bluetooth
parent65a24d4c2712182a3ca450cf9f019ee5ab332533 (diff)
downloadlinux-0cc62caf4c8f376f8a846271083379667cf74739.tar.xz
Bluetooth: hci_intel: drop strange le16_to_cpu() against u8 values
Sparse rightfully complains: hci_intel.c:696:26: warning: cast to restricted __le16 hci_intel.c:701:26: warning: cast to restricted __le16 hci_intel.c:702:26: warning: cast to restricted __le16 hci_intel.c:703:26: warning: cast to restricted __le16 hci_intel.c:725:26: warning: cast to restricted __le16 hci_intel.c:730:26: warning: cast to restricted __le16 hci_intel.c:731:26: warning: cast to restricted __le16 hci_intel.c:732:26: warning: cast to restricted __le16 because we access non-restricted types with le16_to_cpu(). More confusion is added by using above against u8. On big-endian architecture we will get all zeroes. I bet it's not what should be in such case. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/bluetooth')
0 files changed, 0 insertions, 0 deletions