commit | d96606389720fff450955e2b5c81a3d5974c465c | [log] [tgz] |
---|---|---|
author | Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> | Sat Dec 05 00:58:07 2015 +0300 |
committer | David S. Miller <davem@davemloft.net> | Sat Dec 05 22:45:55 2015 -0500 |
tree | 4e892dfd9b45b6e0950d4951b09d4e598b7d049a | |
parent | 04f96468f78897099188185efda95fba9f371b7c [diff] |
ravb: read MAC address registers only once The code reading the MAHR/MALR registers in ravb_read_mac_address() is terribly ineffective -- it reads MAHR 4 times and MALR 2 times, while it's enough to read each register only once. Use the local variables to achieve that, somewhat beautifying the code while at it... Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Signed-off-by: David S. Miller <davem@davemloft.net>