Author: imp
Date: Fri Dec 22 17:13:54 2017
New Revision: 327085
URL: https://svnweb.freebsd.org/changeset/base/327085

Log:
  Need to NULL terminate this list. It worked before by accidental data
  in the module following it that terminated the search.

Modified:
  head/sys/dev/fdc/fdc_pccard.c

Modified: head/sys/dev/fdc/fdc_pccard.c
==============================================================================
--- head/sys/dev/fdc/fdc_pccard.c       Fri Dec 22 16:59:50 2017        
(r327084)
+++ head/sys/dev/fdc/fdc_pccard.c       Fri Dec 22 17:13:54 2017        
(r327085)
@@ -49,6 +49,7 @@ static int fdc_pccard_attach(device_t);
 
 static const struct pccard_product fdc_pccard_products[] = {
        PCMCIA_CARD(YEDATA, EXTERNAL_FDD),
+       { NULL }
 };
        
 static int
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to