]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg ScsiBusDxe: Fix caller event may nerver be signaled
authorHao Wu <hao.a.wu@intel.com>
Fri, 11 Dec 2015 01:59:09 +0000 (01:59 +0000)
committerhwu1225 <hwu1225@Edk2>
Fri, 11 Dec 2015 01:59:09 +0000 (01:59 +0000)
commit0d12e6a0033dd24c670446a7c685c6029d108e7e
tree183526f97541102f15eb2f09a007bbb277501675
parent0350b57cf75984a3930ee3e3c10d96eefaf07e28
MdeModulePkg ScsiBusDxe: Fix caller event may nerver be signaled

For function ScsiExecuteSCSICommand(), when the 'Event' parameter is not
NULL but the target SCSI device does not support non-blocking I/O, it will
execute a blocking I/O operation instead.

However, after the SCSI operation is done, the 'Event' is not signaled to
inform the caller.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <hao.a.wu@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19217 6f19259b-4bc3-4df7-8a09-765794883524
MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBus.c