mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 10:35:28 +00:00
[ACPI]
- return correct status in case of unknown GUID passed for IRP_MN_QUERY_INTERFACE svn path=/trunk/; revision=54594
This commit is contained in:
parent
3b2e97595e
commit
07619e65c7
1 changed files with 1 additions and 1 deletions
|
@ -139,6 +139,6 @@ Bus_PDO_QueryInterface(PPDO_DEVICE_DATA DeviceData,
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
DPRINT1("Invalid GUID\n");
|
DPRINT1("Invalid GUID\n");
|
||||||
return STATUS_INVALID_PARAMETER;
|
return STATUS_NOT_SUPPORTED;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue