diff options
author | Kiran K <[email protected]> | 2020-12-16 05:10:38 +0530 |
---|---|---|
committer | Marcel Holtmann <[email protected]> | 2020-12-18 22:42:42 +0100 |
commit | ac40679139ac46bd22087002904edd04945d23a8 (patch) | |
tree | 0c87f9a74f15f11c301aa241fc7c4d93a14d6784 /tools/perf/scripts/python | |
parent | 9edd1de7108f9f672a329a5c69ce257cc610c509 (diff) |
Revert "Bluetooth: btintel: Fix endianness issue for TLV version information"
This reverts commit a63f23c9d139377833a139b179793fea79ee198f.
get_unaligned_{le16|le32|le64}(p) is meant to replace code of the form
le16_to_cpu(get_unaligned((__le16 *)p)). There is no need to explicitly
do leXX_to_cpu() if get_unaligned_leXX() is used.
https://lwn.net/Articles/277779/
Reported-by: kernel test robot <[email protected]>
Signed-off-by: Kiran K <[email protected]>
Signed-off-by: Marcel Holtmann <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions