|
@@ -2651,7 +2651,7 @@ uint32_t tonga_get_offsetof(uint32_t type, uint32_t member)
|
|
|
return offsetof(SMU72_Discrete_DpmTable, LowSclkInterruptThreshold);
|
|
|
}
|
|
|
}
|
|
|
- printk("cant't get the offset of type %x member %x\n", type, member);
|
|
|
+ printk(KERN_WARNING "can't get the offset of type %x member %x\n", type, member);
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
@@ -2675,7 +2675,7 @@ uint32_t tonga_get_mac_definition(uint32_t value)
|
|
|
case SMU_MAX_LEVELS_MVDD:
|
|
|
return SMU72_MAX_LEVELS_MVDD;
|
|
|
}
|
|
|
- printk("cant't get the mac value %x\n", value);
|
|
|
+ printk(KERN_WARNING "can't get the mac value %x\n", value);
|
|
|
|
|
|
return 0;
|
|
|
}
|