Re: [U-Boot] [PATCH 2/4] eth: asix88179: Fix receiving on big endian system

2016-08-03 Thread Marek Vasut
On 08/03/2016 08:14 AM, Alban Bedel wrote: > In asix_recv() the call to convert the endianess of the receive header > was applied on the wrong variable. Instead of converting rx_hdr it > converted pkt_hdr which is a pointer, and not yet initialiazed at this > point. > > Signed-off-by: Alban Bedel

[U-Boot] [PATCH 2/4] eth: asix88179: Fix receiving on big endian system

2016-08-02 Thread Alban Bedel
In asix_recv() the call to convert the endianess of the receive header was applied on the wrong variable. Instead of converting rx_hdr it converted pkt_hdr which is a pointer, and not yet initialiazed at this point. Signed-off-by: Alban Bedel --- drivers/usb/eth/asix88179.c | 2 +- 1 file change