commit | d7005652cd31dfc5660e1e32bf7e53538ef14987 | [log] [tgz] |
---|---|---|
author | sean.wang@mediatek.com <sean.wang@mediatek.com> | Sat Aug 13 19:16:18 2016 +0800 |
committer | David S. Miller <davem@davemloft.net> | Sat Aug 13 14:58:38 2016 -0700 |
tree | 1e1f1a9826952229ad9d9ba61d24b0b73aafb458 | |
parent | b4c0e0c61f81dedc82dda35c287ea149ff98b434 [diff] |
net: ethernet: mediatek: fixed that initializing u64_stats_sync is missing To fix runtime warning with lockdep is enabled due that u64_stats_sync is not initialized well, so add it. Signed-off-by: Sean Wang <sean.wang@mediatek.com> Signed-off-by: David S. Miller <davem@davemloft.net>