sys: FSP_ENTER_MJ, FSP_LEAVE_MJ overhaul

This commit is contained in:
Bill Zissimopoulos
2015-11-19 21:27:40 -08:00
parent 63ed307fe5
commit bde11ce1ad
16 changed files with 18 additions and 68 deletions

View File

@ -23,8 +23,6 @@ FspQueryEa(
ASSERT(IRP_MJ_QUERY_EA == IrpSp->MajorFunction);
Irp->IoStatus.Status = STATUS_INVALID_DEVICE_REQUEST;
IoCompleteRequest(Irp, IO_NO_INCREMENT);
Result = STATUS_INVALID_DEVICE_REQUEST;
FSP_LEAVE_MJ("", 0);
@ -39,8 +37,6 @@ FspSetEa(
ASSERT(IRP_MJ_SET_EA == IrpSp->MajorFunction);
Irp->IoStatus.Status = STATUS_INVALID_DEVICE_REQUEST;
IoCompleteRequest(Irp, IO_NO_INCREMENT);
Result = STATUS_INVALID_DEVICE_REQUEST;
FSP_LEAVE_MJ("", 0);