diff options
author | glebius <glebius@FreeBSD.org> | 2013-02-21 12:52:18 +0000 |
---|---|---|
committer | glebius <glebius@FreeBSD.org> | 2013-02-21 12:52:18 +0000 |
commit | 323dc265fee59e32efcba8259f0481a82dab15f6 (patch) | |
tree | c5f144b7b954677498501507346f16b0bcecb250 | |
parent | f1e15e1fbc158dee561d179457addb8d03c1cd96 (diff) | |
download | FreeBSD-src-323dc265fee59e32efcba8259f0481a82dab15f6.zip FreeBSD-src-323dc265fee59e32efcba8259f0481a82dab15f6.tar.gz |
Fix build.
-rw-r--r-- | sys/pci/ncr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c index ee8c2bc..70b08c7 100644 --- a/sys/pci/ncr.c +++ b/sys/pci/ncr.c @@ -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; |