commit | 565d9d221bcb4cae926585681089b3ba4ef9be8e | [log] [tgz] |
---|---|---|
author | Trent Piepho <tpiepho@impinj.com> | Wed May 22 18:43:27 2019 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed May 22 17:40:18 2019 -0700 |
tree | 4d6795c0850b14fe7b12211449c963ab7f384a25 | |
parent | f8bbf417e58b9933b49f1f7fa28ce85ad5d32a31 [diff] |
net: phy: dp83867: Allocate state struct in probe This was being done in config the first time the phy was configured. Should be in the probe method. Cc: Andrew Lunn <andrew@lunn.ch> Cc: Florian Fainelli <f.fainelli@gmail.com> Cc: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: Trent Piepho <tpiepho@impinj.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>