Commit 355f948
r8169: silence sparse warning in rtl8169_start_xmit
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 checked. Due to the renaming
this patch applies to net-next only.
Reported-by: kbuild test robot <[email protected]>
Signed-off-by: Heiner Kallweit <[email protected]>
Signed-off-by: David S. Miller <[email protected]>1 parent ec01147 commit 355f948
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5621 | 5621 | | |
5622 | 5622 | | |
5623 | 5623 | | |
5624 | | - | |
| 5624 | + | |
5625 | 5625 | | |
5626 | 5626 | | |
5627 | 5627 | | |
| |||
0 commit comments