drm/amd/powerplay: update all printk to pr_* on eventmgr
authorHuang Rui <ray.huang@amd.com>
Mon, 26 Dec 2016 07:11:34 +0000 (15:11 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 27 Jan 2017 16:12:50 +0000 (11:12 -0500)
Signed-off-by: Huang Rui <ray.huang@amd.com>
Reviewed-by: Edward O'Callaghan <funfunctor@folklore1984.net>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
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;
 }