Re: [PATCH] net: phy: dp83848: Fix sysfs naming collision warning

2016-02-18 Thread David Miller
From: "Andrew F. Davis" Date: Wed, 17 Feb 2016 18:10:00 -0600 > Files in sysfs are created using the name from the phy_driver struct, > when two names are the same we may get a duplicate filename warning, > fix this. > > Reported-by: kernel test robot > Signed-off-by: Andrew F. Davis Applied,

[PATCH] net: phy: dp83848: Fix sysfs naming collision warning

2016-02-17 Thread Andrew F. Davis
Files in sysfs are created using the name from the phy_driver struct, when two names are the same we may get a duplicate filename warning, fix this. Reported-by: kernel test robot Signed-off-by: Andrew F. Davis --- drivers/net/phy/dp83848.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)