From 58d92577081803845ac2b8e2eb65626b85b9bc5f Mon Sep 17 00:00:00 2001 From: KrutavShah Date: Sun, 11 Apr 2021 15:07:12 -0700 Subject: [PATCH] Disabled default logs and added message --- vgpu_unlock_hooks.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vgpu_unlock_hooks.c b/vgpu_unlock_hooks.c index ef02486..b17dd63 100644 --- a/vgpu_unlock_hooks.c +++ b/vgpu_unlock_hooks.c @@ -563,8 +563,8 @@ static void vgpu_unlock_hmac_sha256(void* dst, *------------------------------------------------------------------------------ */ -/* Debug logs can be enabled here by changing 0 to 1. */ -#if 1 +/* Debug logs can be enabled here. To enable it, change 0 to 1. */ +#if 0 #define LOG(...) printk(__VA_ARGS__) #else #define LOG(...)