Re: [PATCH net-next v4 09/11] net: dsa: realtek: rtl8365mb: use DSA CPU port
From: Jakub Kicinski <kuba@kernel.org>
Date: 2022-01-07 03:37:21
From: Jakub Kicinski <kuba@kernel.org>
Date: 2022-01-07 03:37:21
On Wed, 5 Jan 2022 00:15:13 -0300 Luiz Angelo Daros de Luca wrote:
Instead of a fixed CPU port, assume that DSA is correct. Signed-off-by: Luiz Angelo Daros de Luca <redacted> Tested-by: Arınç ÜNAL <redacted>
Transient build warning here:
drivers/net/dsa/realtek/rtl8365mb.c:1808:23: warning: unused variable 'cpu' [-Wunused-variable]
struct rtl8365mb_cpu cpu;
^