diff options
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pcmcia/pcmcia_cis_quirks.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pcmcia/pcmcia_cis_quirks.c b/sys/dev/pcmcia/pcmcia_cis_quirks.c index 222bd5a7898..130dd7394ec 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<n_pcmcia_cis_quirks; i++) { |
