Re: [PATCH net-next] dpaa2-mac: fix the remove path for non-MAC interfaces

2021-01-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 11 Jan 2021 19:18:02 +0200 you wrote: > From: Ioana Ciornei > > Check if the interface is indeed connected to a MAC before trying to > close the DPMAC object representing it. Without this check we end up > working

[PATCH net-next] dpaa2-mac: fix the remove path for non-MAC interfaces

2021-01-11 Thread Ioana Ciornei
From: Ioana Ciornei Check if the interface is indeed connected to a MAC before trying to close the DPMAC object representing it. Without this check we end up working with a NULL pointer. Fixes: d87e606373f6 ("dpaa2-mac: export MAC counters even when in TYPE_FIXED") Signed-off-by: Ioana Ciornei