Skip to content
Snippets Groups Projects
Commit 158d5920 authored by Dustin L. Howett's avatar Dustin L. Howett
Browse files

ec: comply with code format

parent 6538ed84
Branches
Tags
No related merge requests found
......@@ -102,8 +102,8 @@ NTSTATUS CrosECIoctlXCmd(_In_ WDFDEVICE Device, _In_ PDEVICE_CONTEXT DeviceConte
KeReleaseGuardedMutex(&DeviceContext->mutex);
TraceEvents(TRACE_LEVEL_INFORMATION, TRACE_QUEUE,
"%!FUNC! Request 0x%p Command %u Version %u OutSize %u Result %d", Request,
cmd->command, cmd->version, cmd->outsize, res);
"%!FUNC! Request 0x%p Command %u Version %u OutSize %u Result %d", Request, cmd->command,
cmd->version, cmd->outsize, res);
if(res < -EECRESULT) {
// Propagate a response code from the EC as res (EC result codes are positive)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment