On 03.09.2018 13:18, Thierry Reding wrote:
From: Thierry Reding <[email protected]>

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]>

Thanks, adding to queue

-Mathias

Reply via email to