patch-2.4.20 linux-2.4.20/drivers/atm/atmtcp.c

Next file: linux-2.4.20/drivers/atm/firestream.c
Previous file: linux-2.4.20/drivers/acpi/utilities/utdebug.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/drivers/atm/atmtcp.c linux-2.4.20/drivers/atm/atmtcp.c
@@ -173,7 +173,7 @@
 static int atmtcp_v_send(struct atm_vcc *vcc,struct sk_buff *skb)
 {
 	struct atmtcp_dev_data *dev_data;
-	struct atm_vcc *out_vcc;
+	struct atm_vcc *out_vcc=NULL; /* Initializer quietens GCC warning */
 	struct sk_buff *new_skb;
 	struct atmtcp_hdr *hdr;
 	int size;

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