Signed-off-by: Huang Rui <ray.huang at amd.com> --- drivers/gpu/drm/amd/powerplay/inc/pp_debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/powerplay/inc/pp_debug.h b/drivers/gpu/drm/amd/powerplay/inc/pp_debug.h index 8301b82..5bb1b44 100644 --- a/drivers/gpu/drm/amd/powerplay/inc/pp_debug.h +++ b/drivers/gpu/drm/amd/powerplay/inc/pp_debug.h @@ -45,7 +45,7 @@ #define PP_DBG_LOG(fmt, ...) \ do { \ - if(0)pr_info(fmt, ##__VA_ARGS__); \ + pr_debug(fmt, ##__VA_ARGS__); \ } while (0) -- 2.7.4