Re: [PATCH] net: dsa: Fix scope of eeprom-length property

2015-04-29 Thread David Miller
From: Guenter Roeck Date: Wed, 29 Apr 2015 10:56:15 -0700 > eeprom-length is a switch property, not a dsa property, and thus > needs to be attached to the switch node, not to the dsa node. > > Reported-by: Andrew Lunn > Fixes: 6793abb4e849 ("net: dsa: Add support for switch EEPROM access") > Si

Re: [PATCH] net: dsa: Fix scope of eeprom-length property

2015-04-29 Thread Andrew Lunn
On Wed, Apr 29, 2015 at 10:56:15AM -0700, Guenter Roeck wrote: > eeprom-length is a switch property, not a dsa property, and thus > needs to be attached to the switch node, not to the dsa node. > > Reported-by: Andrew Lunn > Fixes: 6793abb4e849 ("net: dsa: Add support for switch EEPROM access") >

[PATCH] net: dsa: Fix scope of eeprom-length property

2015-04-29 Thread Guenter Roeck
eeprom-length is a switch property, not a dsa property, and thus needs to be attached to the switch node, not to the dsa node. Reported-by: Andrew Lunn Fixes: 6793abb4e849 ("net: dsa: Add support for switch EEPROM access") Signed-off-by: Guenter Roeck --- net/dsa/dsa.c | 2 +- 1 file changed, 1