diff -urpN --exclude-from=/home/davej/.exclude bk-linus/drivers/atm/atmtcp.c linux-2.5/drivers/atm/atmtcp.c --- bk-linus/drivers/atm/atmtcp.c 2002-11-21 02:13:28.000000000 +0000 +++ linux-2.5/drivers/atm/atmtcp.c 2002-11-21 17:57:22.000000000 +0000 @@ -173,7 +173,7 @@ static int atmtcp_v_ioctl(struct atm_dev 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;