Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Feb 2013 12:52:19 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r247095 - head/sys/pci
Message-ID:  <201302211252.r1LCqJbZ019937@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302211252.r1LCqJbZ019937>