From 1fcb7623bc138d780101d7a70cfe29b11f7c67ef Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Sat, 8 Jul 2000 02:59:00 +0000 Subject: Merge with Linux 2.4.0-test3-pre5. 64-bit kernel are still not -Werror clean. --- drivers/atm/nicstar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/atm/nicstar.c') diff --git a/drivers/atm/nicstar.c b/drivers/atm/nicstar.c index dd39f4ccf..733487374 100644 --- a/drivers/atm/nicstar.c +++ b/drivers/atm/nicstar.c @@ -441,7 +441,7 @@ static void ns_write_sram(ns_dev *card, u32 sram_address, u32 *value, int count) static int ns_init_card(int i, struct pci_dev *pcidev) { int j; - struct ns_dev *card; + struct ns_dev *card=NULL; unsigned short pci_command; unsigned char pci_latency; unsigned error; -- cgit v1.2.3