summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2015-03-23 11:48:25 +0000
committermav <mav@FreeBSD.org>2015-03-23 11:48:25 +0000
commit07b059e689d5e4f7eadc9d21b4b75feeebeef35a (patch)
treeaa6d380021b0bea439115aaf99a7e415f0bd7ab9 /usr.sbin
parent105c9ecc59febd363309f7de9bfd63658a440009 (diff)
downloadFreeBSD-src-07b059e689d5e4f7eadc9d21b4b75feeebeef35a.zip
FreeBSD-src-07b059e689d5e4f7eadc9d21b4b75feeebeef35a.tar.gz
MFC r280293: Add missing variable initialization.
Reported by: Coverity CID: 1288938
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bhyve/pci_ahci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bhyve/pci_ahci.c b/usr.sbin/bhyve/pci_ahci.c
index 54e53e9..bdb3e9d 100644
--- a/usr.sbin/bhyve/pci_ahci.c
+++ b/usr.sbin/bhyve/pci_ahci.c
@@ -1509,7 +1509,7 @@ ata_ioreq_cb(struct blockif_req *br, int err)
DPRINTF("%s %d\n", __func__, err);
- ncq = 0;
+ ncq = dsm = 0;
aior = br->br_param;
p = aior->io_pr;
cfis = aior->cfis;
OpenPOWER on IntegriCloud