From 5feb3d651dbd1b096a26963bd1dffcfe0a5f9eea Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 5 Jun 2013 01:42:05 +0200 Subject: Remove useless initializations to 0 or NULL. They only inflate the .data section of the binary. Initializations to FALSE are still left to do. Signed-off-by: Ralf Baechle --- 6pack/m6pack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '6pack') diff --git a/6pack/m6pack.c b/6pack/m6pack.c index 19c07ba..43d20cf 100644 --- a/6pack/m6pack.c +++ b/6pack/m6pack.c @@ -67,7 +67,7 @@ typedef enum {data, command} frame_t; static __u8 ibuf[SIZE]; /* buffer for input operations */ static __u8 obuf[SIZE]; /* buffer for sixpack_tx() */ -static int invalid_ports = 0; +static int invalid_ports; static char *usage_string = "usage: m6pack [-l] [-s speed] [-x num_ptmx_devices] [-v] tyinterface pty ..\n"; -- cgit v1.2.3