From e81a358d8398908c76c034848c2c1bab092e518e Mon Sep 17 00:00:00 2001 From: SDK Chan Date: Wed, 17 Sep 2025 15:16:04 +0000 Subject: [PATCH] [gpu/nvdrv] Remove redundant whitespace --- src/core/hle/service/nvdrv/devices/nvhost_gpu.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/hle/service/nvdrv/devices/nvhost_gpu.cpp b/src/core/hle/service/nvdrv/devices/nvhost_gpu.cpp index 87012246fa..eb209bf599 100644 --- a/src/core/hle/service/nvdrv/devices/nvhost_gpu.cpp +++ b/src/core/hle/service/nvdrv/devices/nvhost_gpu.cpp @@ -190,7 +190,6 @@ NvResult nvhost_gpu::SetErrorNotifier(IoctlSetErrorNotifier& params) { return NvResult::BadParameter; } - if (params.offset > handle->size || params.size > (handle->size - params.offset)) { LOG_ERROR(Service_NVDRV, "Error notifier out of bounds: offset={:#X} size={:#X} handle size={:#X}", params.offset, params.size, handle->size);