Re: [PATCH] net: phy: marvell: logical vs bitwise OR typo

2017-08-04 Thread David Miller
From: Dan Carpenter Date: Fri, 4 Aug 2017 11:17:21 +0300 > 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 Applied, but please specify "[PATCH net-next

Re: [PATCH] net: phy: marvell: logical vs bitwise OR typo

2017-08-04 Thread Andrew Lunn
On Fri, Aug 04, 2017 at 02:54:45PM +, David Laight wrote: > From: Dan Carpenter > > Sent: 04 August 2017 09:17 > > 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-of

Re: [PATCH] net: phy: marvell: logical vs bitwise OR typo

2017-08-04 Thread Andrew Lunn
On Fri, Aug 04, 2017 at 11:17:21AM +0300, Dan Carpenter wrote: > 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 Hi Dan Thanks for the fix. Reviewed-by

RE: [PATCH] net: phy: marvell: logical vs bitwise OR typo

2017-08-04 Thread David Laight
From: Dan Carpenter > Sent: 04 August 2017 09:17 > 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 > > diff --git a/drivers/net/phy/marvell.c b/drivers/n

[PATCH] net: phy: marvell: logical vs bitwise OR typo

2017-08-04 Thread Dan Carpenter
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 diff --git a/drivers/net/phy/marvell.c b/drivers/net/phy/marvell.c index 361fe9927ef2..15cbcdba618a 100644 --- a/