commit | 94d308d060cd3ee65152b8ebd7a1c24fa86eee82 | [log] [tgz] |
---|---|---|
author | Sean Wang <sean.wang@mediatek.com> | Tue Sep 20 11:26:48 2016 +0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Sep 21 00:06:32 2016 -0400 |
tree | 677122b5da6f665be54f4a7600a011278969fb50 | |
parent | 8847293992606677d5e446d1e712bd128ea7977f [diff] |
net: ethernet: mediatek: enhance with avoiding superfluous assignment inside mtk_get_ethtool_stats data_src is unchanged inside the loop, so this patch moves the assignment to outside the loop to avoid unnecessarily assignment Signed-off-by: Sean Wang <sean.wang@mediatek.com> Signed-off-by: David S. Miller <davem@davemloft.net>