Re: [PATCH net-next] mii_bus: increase MII_BUS_ID_SIZE to 61

2017-01-13 Thread Florian Fainelli
On 01/13/2017 08:31 AM, Andrew Lunn wrote: > On Fri, Jan 13, 2017 at 04:19:12PM +0100, Volodymyr Bendiuga wrote: >> From: Volodymyr Bendiuga >> >> Some bus names are pretty long and do not fit into 20 chars. >> >> Signed-off-by: Volodymyr Bendiuga >> Signed-off-by: Magnus Öberg >> --- >> includ

Re: [PATCH net-next] mii_bus: increase MII_BUS_ID_SIZE to 61

2017-01-13 Thread Andrew Lunn
On Fri, Jan 13, 2017 at 04:19:12PM +0100, Volodymyr Bendiuga wrote: > From: Volodymyr Bendiuga > > Some bus names are pretty long and do not fit into 20 chars. > > Signed-off-by: Volodymyr Bendiuga > Signed-off-by: Magnus Öberg > --- > include/linux/phy.h | 2 +- > 1 file changed, 1 insertion

[PATCH net-next] mii_bus: increase MII_BUS_ID_SIZE to 61

2017-01-13 Thread Volodymyr Bendiuga
From: Volodymyr Bendiuga Some bus names are pretty long and do not fit into 20 chars. Signed-off-by: Volodymyr Bendiuga Signed-off-by: Magnus Öberg --- include/linux/phy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/phy.h b/include/linux/phy.h index feb8a