diff options
author | Thierry Reding <treding@nvidia.com> | 2018-09-20 12:13:39 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-09-28 09:04:45 -0400 |
commit | e1c3c7e54ed3655c02248b4f1c7940aff4eecb56 (patch) | |
tree | ecd59d31b57ac7eaea4066f1de74d549e627d66a /tools/perf/scripts/python/export-to-postgresql.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 <treding@nvidia.com>
Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions