Re: Subject: [RFC][PATCH 05/11] stmmac: fix several stray endianness bugs

2018-01-07 Thread Florian Fainelli
On 01/05/2018 11:32 AM, Al Viro wrote: > > A few places got missed by "net: ethernet: stmmac: change dma descriptors > to __le32" (having been introduced just before the merge of that patch, > AFAICS). Fix them up... I could not spot the commit id associated with that change, which one is it?

Subject: [RFC][PATCH 05/11] stmmac: fix several stray endianness bugs

2018-01-05 Thread Al Viro
A few places got missed by "net: ethernet: stmmac: change dma descriptors to __le32" (having been introduced just before the merge of that patch, AFAICS). Fix them up... Signed-off-by: Al Viro --- drivers/net/ethernet/stmicro/stmmac/dwmac4_descs.c | 9 + 1