Skip to content

Commit ae64404

Browse files
321lipengdavem330
authored andcommitted
net: pc300too: remove redundant initialization for statics
Should not initialise statics to 0. Signed-off-by: Peng Li <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent d72f78d commit ae64404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/wan/pc300too.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
#define MAX_TX_BUFFERS 10
4545

4646
static int pci_clock_freq = 33000000;
47-
static int use_crystal_clock = 0;
47+
static int use_crystal_clock;
4848
static unsigned int CLOCK_BASE;
4949

5050
/* Masks to access the init_ctrl PLX register */

0 commit comments

Comments
 (0)