Re: [PATCH] usb: xhci: tegra: Firmware header is little endian

From: Mathias Nyman
Date: Mon Sep 03 2018 - 08:47:18 EST


On 03.09.2018 13:18, Thierry Reding wrote:
From: Thierry Reding <treding@xxxxxxxxxx>

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@xxxxxxxxxx>

Thanks, adding to queue

-Mathias