commit | d4a76dc74dff76c4d7f193806f336899fb8e5016 | [log] [tgz] |
---|---|---|
author | Antoine Tenart <antoine.tenart@bootlin.com> | Thu Jun 25 17:42:10 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 25 16:22:11 2020 -0700 |
tree | 3658078f284764b49e33a697d4bf2c3513c95801 | |
parent | 6119dda34e5d0821959e37641b287576826b6378 [diff] |
net: phy: mscc: remove useless page configuration in the config init In the middle of vsc8584_config_init and vsc8514_config_init, the page is set to 'standard'. This is the default value, and the page isn't set to another value before. Those pages configuration can be safely removed. Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com> Signed-off-by: David S. Miller <davem@davemloft.net>