Re: [PATCH] [PATCH] fix typo in command value in drivers/net/phy/mdio-bitbang.

2018-04-01 Thread David Miller
From: Frans Meulenbroeks Date: Sun, 1 Apr 2018 22:52:55 +0200 > mdio-bitbang mentioned 10 for both read and write. > However mdio read opcode is 10 and write opcode is 01 > Fixed comment. > > Signed-off-by: Frans Meulenbroeks Applied.

Re: [PATCH] [PATCH] fix typo in command value in drivers/net/phy/mdio-bitbang.

2018-04-01 Thread Andrew Lunn
On Sun, Apr 01, 2018 at 10:52:55PM +0200, Frans Meulenbroeks wrote: > mdio-bitbang mentioned 10 for both read and write. > However mdio read opcode is 10 and write opcode is 01 > Fixed comment. > > Signed-off-by: Frans Meulenbroeks Reviewed-by: Andrew Lunn

[PATCH] [PATCH] fix typo in command value in drivers/net/phy/mdio-bitbang.

2018-04-01 Thread Frans Meulenbroeks
mdio-bitbang mentioned 10 for both read and write. However mdio read opcode is 10 and write opcode is 01 Fixed comment. Signed-off-by: Frans Meulenbroeks --- drivers/net/phy/mdio-bitbang.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git