goto err2;
        }
 
-       pr_info("amdgpu: powerplay initialized\n");
+       pr_info("initialized.\n");
 
        return 0;
 err2:
        if (hwmgr->pptable_func->pptable_fini)
                hwmgr->pptable_func->pptable_fini(hwmgr);
 err:
-       pr_err("amdgpu: powerplay initialization failed\n");
+       pr_err("initialization failed\n");
        return ret;
 }
 
 
        ret = smumgr->smumgr_funcs->smu_init(smumgr);
        if (ret) {
-               printk(KERN_ERR "[ powerplay ] smc initialization failed\n");
+               pr_err("smc initialization failed\n");
                return ret;
        }
 
        ret = smumgr->smumgr_funcs->start_smu(smumgr);
        if (ret) {
-               printk(KERN_ERR "[ powerplay ] smc start failed\n");
+               pr_err("smc start failed\n");
                smumgr->smumgr_funcs->smu_fini(smumgr);
                return ret;
        }
        PP_CHECK_HW(hwmgr);
 
        if (hwmgr->hwmgr_func->update_clock_gatings == NULL) {
-               printk(KERN_INFO "%s was not implemented.\n", __func__);
+               pr_info("%s was not implemented.\n", __func__);
                return 0;
        }
 
        PP_CHECK_HW(hwmgr);
 
        if (hwmgr->hwmgr_func->enable_per_cu_power_gating == NULL) {
-               printk(KERN_INFO "%s was not implemented.\n", __func__);
+               pr_info("%s was not implemented.\n", __func__);
                return 0;
        }
 
 
        ret = smumgr->smumgr_funcs->start_smu(smumgr);
        if (ret) {
-               printk(KERN_ERR "[ powerplay ] smc start failed\n");
+               pr_err("smc start failed\n");
                smumgr->smumgr_funcs->smu_fini(smumgr);
                return ret;
        }
        PP_CHECK_HW(hwmgr);
 
        if (hwmgr->hwmgr_func->force_dpm_level == NULL) {
-               printk(KERN_INFO "%s was not implemented.\n", __func__);
+               pr_info("%s was not implemented.\n", __func__);
                return 0;
        }
 
        PP_CHECK_HW(hwmgr);
 
        if (hwmgr->hwmgr_func->get_sclk == NULL) {
-               printk(KERN_INFO "%s was not implemented.\n", __func__);
+               pr_info("%s was not implemented.\n", __func__);
                return 0;
        }
 
        PP_CHECK_HW(hwmgr);
 
        if (hwmgr->hwmgr_func->get_mclk == NULL) {
-               printk(KERN_INFO "%s was not implemented.\n", __func__);
+               pr_info("%s was not implemented.\n", __func__);
                return 0;
        }
 
        PP_CHECK_HW(hwmgr);
 
        if (hwmgr->hwmgr_func->powergate_vce == NULL) {
-               printk(KERN_INFO "%s was not implemented.\n", __func__);
+               pr_info("%s was not implemented.\n", __func__);
                return 0;
        }
 
        PP_CHECK_HW(hwmgr);
 
        if (hwmgr->hwmgr_func->powergate_uvd == NULL) {
-               printk(KERN_INFO "%s was not implemented.\n", __func__);
+               pr_info("%s was not implemented.\n", __func__);
                return 0;
        }
 
        PP_CHECK_HW(hwmgr);
 
        if (hwmgr->hwmgr_func->set_fan_control_mode == NULL) {
-               printk(KERN_INFO "%s was not implemented.\n", __func__);
+               pr_info("%s was not implemented.\n", __func__);
                return 0;
        }
 
        PP_CHECK_HW(hwmgr);
 
        if (hwmgr->hwmgr_func->get_fan_control_mode == NULL) {
-               printk(KERN_INFO "%s was not implemented.\n", __func__);
+               pr_info("%s was not implemented.\n", __func__);
                return 0;
        }
 
        PP_CHECK_HW(hwmgr);
 
        if (hwmgr->hwmgr_func->set_fan_speed_percent == NULL) {
-               printk(KERN_INFO "%s was not implemented.\n", __func__);
+               pr_info("%s was not implemented.\n", __func__);
                return 0;
        }
 
        PP_CHECK_HW(hwmgr);
 
        if (hwmgr->hwmgr_func->get_fan_speed_percent == NULL) {
-               printk(KERN_INFO "%s was not implemented.\n", __func__);
+               pr_info("%s was not implemented.\n", __func__);
                return 0;
        }
 
        PP_CHECK_HW(hwmgr);
 
        if (hwmgr->hwmgr_func->get_temperature == NULL) {
-               printk(KERN_INFO "%s was not implemented.\n", __func__);
+               pr_info("%s was not implemented.\n", __func__);
                return 0;
        }
 
        PP_CHECK_HW(hwmgr);
 
        if (hwmgr->hwmgr_func->force_clock_level == NULL) {
-               printk(KERN_INFO "%s was not implemented.\n", __func__);
+               pr_info("%s was not implemented.\n", __func__);
                return 0;
        }
 
        PP_CHECK_HW(hwmgr);
 
        if (hwmgr->hwmgr_func->print_clock_levels == NULL) {
-               printk(KERN_INFO "%s was not implemented.\n", __func__);
+               pr_info("%s was not implemented.\n", __func__);
                return 0;
        }
        return hwmgr->hwmgr_func->print_clock_levels(hwmgr, type, buf);
        PP_CHECK_HW(hwmgr);
 
        if (hwmgr->hwmgr_func->get_sclk_od == NULL) {
-               printk(KERN_INFO "%s was not implemented.\n", __func__);
+               pr_info("%s was not implemented.\n", __func__);
                return 0;
        }
 
        PP_CHECK_HW(hwmgr);
 
        if (hwmgr->hwmgr_func->set_sclk_od == NULL) {
-               printk(KERN_INFO "%s was not implemented.\n", __func__);
+               pr_info("%s was not implemented.\n", __func__);
                return 0;
        }
 
        PP_CHECK_HW(hwmgr);
 
        if (hwmgr->hwmgr_func->get_mclk_od == NULL) {
-               printk(KERN_INFO "%s was not implemented.\n", __func__);
+               pr_info("%s was not implemented.\n", __func__);
                return 0;
        }
 
        PP_CHECK_HW(hwmgr);
 
        if (hwmgr->hwmgr_func->set_mclk_od == NULL) {
-               printk(KERN_INFO "%s was not implemented.\n", __func__);
+               pr_info("%s was not implemented.\n", __func__);
                return 0;
        }
 
        PP_CHECK_HW(hwmgr);
 
        if (hwmgr->hwmgr_func->read_sensor == NULL) {
-               printk(KERN_INFO "%s was not implemented.\n", __func__);
+               pr_info("%s was not implemented.\n", __func__);
                return 0;
        }