drm/amd/powerplay: update all printk to pr_* on eventmgr
authorHuang Rui <[email protected]>
Mon, 26 Dec 2016 07:11:34 +0000 (15:11 +0800)
committerAlex Deucher <[email protected]>
Fri, 27 Jan 2017 16:12:50 +0000 (11:12 -0500)
Signed-off-by: Huang Rui <[email protected]>
Reviewed-by: Edward O'Callaghan <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/powerplay/eventmgr/eventinit.c

index d5ec8ccbe97df3f21a9dd96f5c5a604ee8578399..a3cd230d636d49a361acbfedb8de2c882afa928e 100644 (file)
@@ -151,7 +151,7 @@ static int thermal_interrupt_callback(void *private_data,
                                      unsigned src_id, const uint32_t *iv_entry)
 {
        /* TO DO hanle PEM_Event_ThermalNotification (struct pp_eventmgr *)private_data*/
-       printk("current thermal is out of range \n");
+       pr_info("current thermal is out of range \n");
        return 0;
 }