Re: [PATCH net-next] r8169: silence sparse warning in rtl8169_start_xmit

2019-06-06 Thread David Miller
From: Heiner Kallweit Date: Thu, 6 Jun 2019 07:49:17 +0200 > The opts[] array is of type u32. Therefore remove the wrong > cpu_to_le32(). The opts[] array members are converted to little endian > later when being assigned to the respective descriptor fields. > > This is not a new issue, it just

[PATCH net-next] r8169: silence sparse warning in rtl8169_start_xmit

2019-06-05 Thread Heiner Kallweit
The opts[] array is of type u32. Therefore remove the wrong cpu_to_le32(). The opts[] array members are converted to little endian later when being assigned to the respective descriptor fields. This is not a new issue, it just popped up due to r8169.c having been renamed and more thoroughly checke