lkml.org 
[lkml]   [2020]   [May]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [PATCH] [net-next] dsa: sja1105: dynamically allocate stats structure
On Tue, May 5, 2020 at 4:04 PM Andrew Lunn <andrew@lunn.ch> wrote:
>
> > - rc = sja1105_port_status_get(priv, &status, port);
> > + rc = sja1105_port_status_get(priv, status, port);
> > if (rc < 0) {
> > dev_err(ds->dev, "Failed to read port %d counters: %d\n",
> > port, rc);
> > - return;
> > + goto out;;
>
> Hi Arnd
>
> I expect static checker people will drive by soon with a fix for the ;; :-)

I need to fix the patch up anyway, as it accidentally included an unrelated
change that fails to apply. Fixed now.

Arnd

\
 
 \ /
  Last update: 2020-05-05 17:35    [W:0.040 / U:1.744 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site