commit | 11f3c1f583ea3f43cc244dba12ff77943de3edd9 | [log] [tgz] |
---|---|---|
author | Mark Einon <mark.einon@gmail.com> | Fri Jul 17 14:21:35 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Jul 17 18:48:15 2020 -0700 |
tree | 044109b97934feabd301713da20a2b1e891bdcf5 | |
parent | eacc43d2c3b87e1cdffa005b4abd1562c5c8f8a3 [diff] |
net: ethernet: et131x: Remove redundant register read Following the removal of an unused variable assignment (remove unused variable 'pm_csr') the associated register read can also go, as the read also occurs in the subsequent et1310_in_phy_coma() call. Signed-off-by: Mark Einon <mark.einon@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>