Hi all, After merging the net-next tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/staging/fsl-dpaa2/ethsw/ethsw.c: In function 'swdev_port_attr_get': drivers/staging/fsl-dpaa2/ethsw/ethsw.c:646:26: warning: unused variable 'port_priv' [-Wunused-variable] struct ethsw_port_priv *port_priv = netdev_priv(netdev); ^~~~~~~~~ Introduced by commit 1b8b589d9103 ("staging: fsl-dpaa2: ethsw: Remove getting PORT_BRIDGE_FLAGS") -- Cheers, Stephen Rothwell