net: farsync: remove redundant initialization for statics
authorPeng Li <lipeng321@huawei.com>
Tue, 8 Jun 2021 08:12:31 +0000 (16:12 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 8 Jun 2021 19:04:05 +0000 (12:04 -0700)
commit8ccac4a58aa8cd2fc14cee2671996cb1ec78c71f
treeb2710a2ed6102ff9a5e587e2c886c22e61220b04
parent40996bcfe965f70a4f8304cfdd0fb9cd495b9385
net: farsync: remove redundant initialization for statics

Should not initialise statics to 0.

Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wan/farsync.c