net: phy: marvell: logical vs bitwise OR typo
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 4 Aug 2017 08:17:21 +0000 (11:17 +0300)
committerDavid S. Miller <davem@davemloft.net>
Fri, 4 Aug 2017 17:55:54 +0000 (10:55 -0700)
commit5987feb38aa55e035ce5376c02aba88a604cc881
tree04277f8d9b6056fff315c900bce3215ed866f9a6
parent35615994c1f712946eb4c3d656a695336621e3df
net: phy: marvell: logical vs bitwise OR typo

This was supposed to be a bitwise OR but there is a || vs | typo.

Fixes: 864dc729d528 ("net: phy: marvell: Refactor m88e1121 RGMII delay configuration")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/marvell.c