diff --git a/opencl/source/command_stream/aub_command_stream_receiver_hw_base.inl b/opencl/source/command_stream/aub_command_stream_receiver_hw_base.inl index 6b6aa5007f..9c565fbe28 100644 --- a/opencl/source/command_stream/aub_command_stream_receiver_hw_base.inl +++ b/opencl/source/command_stream/aub_command_stream_receiver_hw_base.inl @@ -682,7 +682,7 @@ void AUBCommandStreamReceiverHw::writeMMIO(uint32_t offset, uint32_t auto streamLocked = getAubStream()->lockStream(); if (hardwareContextController) { - return hardwareContextController->writeMMIO(offset, value); + hardwareContextController->writeMMIO(offset, value); } }