Add missing variable initialization.
Reported by: Coverity CID: 1288938 MFC after: 3 days
This commit is contained in:
parent
7904a438e5
commit
54b9845962
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user