diff options
author | Thierry Reding <treding@nvidia.com> | 2018-09-20 19:13:39 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-09-28 15:04:45 +0200 |
commit | e1c3c7e54ed3655c02248b4f1c7940aff4eecb56 (patch) | |
tree | ecd59d31b57ac7eaea4066f1de74d549e627d66a /drivers/usb/host/ohci-pxa27x.c | |
parent | 2815ef7fe4d43072b9eda448d04fbc184f2aa513 (diff) | |
download | linux-e1c3c7e54ed3655c02248b4f1c7940aff4eecb56.tar.bz2 |
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 'drivers/usb/host/ohci-pxa27x.c')
0 files changed, 0 insertions, 0 deletions