|
@@ -1775,7 +1775,7 @@ bool rtl_hal_pwrseqcmdparsing(struct rtl_priv *rtlpriv, u8 cut_version,
|
|
|
break;
|
|
|
case PWR_CMD_WRITE:
|
|
|
RT_TRACE(rtlpriv, COMP_INIT, DBG_TRACE,
|
|
|
- "rtl_hal_pwrseqcmdparsing(): PWR_CMD_WRITE\n");
|
|
|
+ "%s(): PWR_CMD_WRITE\n", __func__);
|
|
|
offset = GET_PWR_CFG_OFFSET(cfg_cmd);
|
|
|
|
|
|
/*Read the value from system register*/
|