Re: [PATCH net-next v4 7/9] net: marvell: prestera: add stub handler neighbour events

From: Yevhen Orlov
Date: Wed Aug 31 2022 - 17:17:11 EST


Will recheck harder and update.
Thank you for review.

On Tue, Aug 30, 2022 at 03:11:00PM -0700, Jakub Kicinski wrote:
> On Thu, 25 Aug 2022 23:24:13 +0300 Yevhen Orlov wrote:
> > Actual handler will be added in next patches
>
> Please make sure each point in the patch set builds cleanly.
> Here we have a warning which disappears with the next patch:
>
> drivers/net/ethernet/marvell/prestera/prestera_router.c:624:26: warning: unused variable 'sw' [-Wunused-variable]
> struct prestera_switch *sw = net_work->sw;
> ^