diff options
author | Thierry Reding <[email protected]> | 2018-09-20 19:13:39 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2018-09-28 15:04:45 +0200 |
commit | e1c3c7e54ed3655c02248b4f1c7940aff4eecb56 (patch) | |
tree | ecd59d31b57ac7eaea4066f1de74d549e627d66a /scripts/bpf_helpers_doc.py | |
parent | 2815ef7fe4d43072b9eda448d04fbc184f2aa513 (diff) |
usb: xhci: tegra: Firmware header is little endian
The XUSB firmware header is in little endian byte order, so make the
fields __le32 and __le16 instead of u32 and u16 to avoid warnings from
sparse when the fields are used with the endian-aware __le32_to_cpu()
and __le16_to_cpu() accessors, respectively.
Signed-off-by: Thierry Reding <[email protected]>
Signed-off-by: Mathias Nyman <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions