Author: glebius
Date: Thu Feb 21 12:52:18 2013
New Revision: 247095
URL: http://svnweb.freebsd.org/changeset/base/247095

Log:
  Fix build.

Modified:
  head/sys/pci/ncr.c

Modified: head/sys/pci/ncr.c
==============================================================================
--- head/sys/pci/ncr.c  Thu Feb 21 12:40:52 2013        (r247094)
+++ head/sys/pci/ncr.c  Thu Feb 21 12:52:18 2013        (r247095)
@@ -6425,7 +6425,6 @@ static    nccb_p ncr_get_nccb
        if (cp != NULL) {
                if (cp->magic) {
                        printf("%s: Bogus free cp found\n", ncr_name(np));
-                       splx(s);
                        return (NULL);
                }
                cp->magic = 1;
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to