projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d72f78d
)
net: pc300too: remove redundant initialization for statics
author
Peng Li
<lipeng321@huawei.com>
Fri, 11 Jun 2021 03:36:19 +0000
(11:36 +0800)
committer
David S. Miller
<davem@davemloft.net>
Fri, 11 Jun 2021 19:58:12 +0000
(12:58 -0700)
Should not initialise statics to 0.
Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wan/pc300too.c
patch
|
blob
|
history
diff --git
a/drivers/net/wan/pc300too.c
b/drivers/net/wan/pc300too.c
index 7d8eae5ea140c8a42d98dd0678434e238e10cf75..56f7d96298a3c5b8438aae8662a88c251e177453 100644
(file)
--- 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 */