summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2015-03-20 16:05:13 +0000
committermav <mav@FreeBSD.org>2015-03-20 16:05:13 +0000
commit54b9845962ee172059fcff65bb911e42fbd4607b (patch)
tree5f7d4ccb153f4981c70450fd9a803975f54fb29b /usr.sbin
parent7904a438e50d7cc9ee78c6f2cb8a6d4cb1c971fc (diff)
downloadFreeBSD-src-54b9845962ee172059fcff65bb911e42fbd4607b.zip
FreeBSD-src-54b9845962ee172059fcff65bb911e42fbd4607b.tar.gz
Add missing variable initialization.
Reported by: Coverity CID: 1288938 MFC after: 3 days
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 d8a2f19..e8cb2da 100644
--- a/usr.sbin/bhyve/pci_ahci.c
+++ b/usr.sbin/bhyve/pci_ahci.c
@@ -1759,7 +1759,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