Disabled default logs and added message

This commit is contained in:
KrutavShah 2021-04-11 15:07:12 -07:00
parent 4883048558
commit 58d9257708

View file

@ -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(...)