Re: [PATCH v1] net: dsa: mv88e6xxx: Add FID map cache
From: Aryan Srivastava
Date: Thu Jun 20 2024 - 00:57:19 EST
On Wed, 2024-06-19 at 18:41 -0700, Jakub Kicinski wrote:
> On Thu, 20 Jun 2024 12:28:26 +1200 Aryan Srivastava wrote:
> > +static int mv88e6xxx_atu_new(struct mv88e6xxx_chip *chip, u16
> > *fid)
> > +{
> > + int err;
>
> err is unused in this function. Please make sure you look at:
> https://scanmail.trustwave.com/?c=20988&d=tojz5oNpkLwspUVw7ijVLRxq6kprXqr5mqSHszr-YQ&u=https%3a%2f%2fwww%2ekernel%2eorg%2fdoc%2fhtml%2fnext%2fprocess%2fmaintainer-netdev%2ehtml
> before reposting
Apologies, missed this during my compile. Will re-upload with fix in
next series.
Thanks,
Aryan