Re: [PATCH v2 net-next] phy: increase size of bus_id and MII_BUS_ID_SIZE

2017-01-19 Thread Andrew Lunn
On Thu, Jan 19, 2017 at 12:46:55PM +0100, Volodymyr Bendiuga wrote: > Some bus names are pretty long and do not fit into > 20 chars, therefore bus_id size is increased together > with MII_BUS_ID_SIZE to host larger names. > > Signed-off-by: Volodymyr Bendiuga > Signed-off-by: Magnus Öberg > ---

[PATCH v2 net-next] phy: increase size of bus_id and MII_BUS_ID_SIZE

2017-01-19 Thread Volodymyr Bendiuga
Some bus names are pretty long and do not fit into 20 chars, therefore bus_id size is increased together with MII_BUS_ID_SIZE to host larger names. Signed-off-by: Volodymyr Bendiuga Signed-off-by: Magnus Öberg --- include/linux/phy.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) di