On 15.10.2019 18.21, Ben Dooks (Codethink) wrote:
It looks like some of the xhci debug code is passing u32 to functions directly from __le32/__le64 fields. Fix this by using le{32,64}_to_cpu() on these to fix the following sparse warnings;
Thanks, adding to queue -Mathias