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
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
2 matches
Mail list logo