From ae7cea0a839ddf24a3303666417ff9f1bbb2cf0b Mon Sep 17 00:00:00 2001 From: marc Date: Fri, 25 Dec 1998 00:54:46 +0000 Subject: [PATCH] initialize a variable to avoid a false compiler warning. --- sys/dev/pcmcia/pcmcia_cis_quirks.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/dev/pcmcia/pcmcia_cis_quirks.c b/sys/dev/pcmcia/pcmcia_cis_quirks.c index 222bd5a78981..130dd7394ec3 100644 --- a/sys/dev/pcmcia/pcmcia_cis_quirks.c +++ b/sys/dev/pcmcia/pcmcia_cis_quirks.c @@ -1,4 +1,4 @@ -/* $NetBSD: pcmcia_cis_quirks.c,v 1.1 1998/12/24 04:51:59 marc Exp $ */ +/* $NetBSD: pcmcia_cis_quirks.c,v 1.2 1998/12/25 00:54:46 marc Exp $ */ #define PCMCIADEBUG @@ -108,6 +108,7 @@ void pcmcia_check_cis_quirks(sc) struct pcmcia_function *pf, *pf_next, *pf_last; struct pcmcia_config_entry *cfe, *cfe_next; + pf = NULL; pf_last = NULL; for (i=0; i