Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d46781bc authored by David Wood's avatar David Wood Committed by David S. Miller
Browse files

ethernet: nvidia: Remove extra parens



Remove unnecessary double parenthesis around if statement.

Signed-off-by: default avatarDavid Wood <devel@dtwood.uk>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 29fea209
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1481,7 +1481,7 @@ static int phy_init(struct net_device *dev)
	}

	/* phy vendor specific configuration */
	if ((np->phy_oui == PHY_OUI_CICADA)) {
	if (np->phy_oui == PHY_OUI_CICADA) {
		if (init_cicada(dev, np, phyinterface)) {
			netdev_info(dev, "%s: phy init failed\n",
				    pci_name(np->pci_dev));