patch-2.4.0-test10 linux/drivers/char/ftape/lowlevel/ftape-tracing.c

Next file: linux/drivers/char/ftape/lowlevel/ftape-write.c
Previous file: linux/drivers/char/ftape/lowlevel/ftape-rw.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test9/linux/drivers/char/ftape/lowlevel/ftape-tracing.c linux/drivers/char/ftape/lowlevel/ftape-tracing.c
@@ -43,11 +43,11 @@
  *       8              + everything else
  */
 ft_trace_t ftape_tracing = ft_t_info; /* Default level: information and up */
-int  ftape_function_nest_level = 0;
+int  ftape_function_nest_level;
 
 /*      Local vars.
  */
-static __u8 trace_id = 0;
+static __u8 trace_id;
 static char spacing[] = "*                              ";
 
 void ftape_trace_call(const char *file, const char *name)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)