> - 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 ;; :-) Andrew