Thread (36 messages) 36 messages, 4 authors, 2021-02-12

RE: [EXT] Re: [PATCH v13 net-next 04/15] net: mvpp2: always compare hw-version vs MVPP21

From: Stefan Chulski <hidden>
Date: 2021-02-11 11:43:49
Also in: linux-arm-kernel, linux-devicetree, lkml

On Thu, Feb 11, 2021 at 12:48:51PM +0200, stefanc@marvell.com wrote:
quoted
@@ -1199,7 +1199,7 @@ static bool mvpp2_port_supports_xlg(struct
mvpp2_port *port)

 static bool mvpp2_port_supports_rgmii(struct mvpp2_port *port)  {
-	return !(port->priv->hw_version == MVPP22 && port->gop_id == 0);
+	return !(port->priv->hw_version != MVPP21 && port->gop_id == 0);
I'm still very much of the opinion (as raised several revisions back) that using
quoted
MVPP21 or >= MVPP22 would be a lot better - especially when we have
situations like this. Having negatives within negatives does not help
readability.

Ok, I would update in next series.

Thanks,
Stefan
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help