From: Peng Li Date: Fri, 11 Jun 2021 03:36:19 +0000 (+0800) Subject: net: pc300too: remove redundant initialization for statics X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ae6440483b545176b888bfe74971aa40a5749d46;p=linux.git net: pc300too: remove redundant initialization for statics Should not initialise statics to 0. Signed-off-by: Peng Li Signed-off-by: David S. Miller --- diff --git a/drivers/net/wan/pc300too.c b/drivers/net/wan/pc300too.c index 7d8eae5ea140c..56f7d96298a3c 100644 --- a/drivers/net/wan/pc300too.c +++ b/drivers/net/wan/pc300too.c @@ -44,7 +44,7 @@ #define MAX_TX_BUFFERS 10 static int pci_clock_freq = 33000000; -static int use_crystal_clock = 0; +static int use_crystal_clock; static unsigned int CLOCK_BASE; /* Masks to access the init_ctrl PLX register */