From: Aleksander Jan Bajkowski <hidden> Date: 2021-10-15 22:10:33
I compared the register definitions with the D-Link DWR-966
GPL sources and found that the PUAFD field definition was
incorrect. This definition is unused and causes no issues.
Fixes: 14fceff4771e ("net: dsa: Add Lantiq / Intel DSA driver for vrx200")
Signed-off-by: Aleksander Jan Bajkowski <redacted>
---
drivers/net/dsa/lantiq_gswip.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
On 10/16/21 12:10 AM, Aleksander Jan Bajkowski wrote:
I compared the register definitions with the D-Link DWR-966
GPL sources and found that the PUAFD field definition was
incorrect. This definition is unused and causes no issues.
Fixes: 14fceff4771e ("net: dsa: Add Lantiq / Intel DSA driver for vrx200")
Signed-off-by: Aleksander Jan Bajkowski <redacted>
Acked-by: Hauke Mehrtens <hauke@hauke-m.de>
Thanks for finding this problem.
Hello:
This patch was applied to netdev/net.git (master)
by David S. Miller [off-list ref]:
On Sat, 16 Oct 2021 00:10:20 +0200 you wrote:
I compared the register definitions with the D-Link DWR-966
GPL sources and found that the PUAFD field definition was
incorrect. This definition is unused and causes no issues.
Fixes: 14fceff4771e ("net: dsa: Add Lantiq / Intel DSA driver for vrx200")
Signed-off-by: Aleksander Jan Bajkowski <redacted>
[...]