remain_size = size % FW_8192C_PAGE_SIZE;
 
        if (page_nums > max_page) {
-               RT_TRACE(rtlpriv, COMP_ERR, DBG_EMERG,
-                        "Page numbers should not greater than %d\n", max_page);
+               pr_err("Page numbers should not greater than %d\n",
+                      max_page);
        }
        for (page = 0; page < page_nums; page++) {
                offset = page * FW_8192C_PAGE_SIZE;
                 (!(value32 & FWDL_CHKSUM_RPT)));
 
        if (counter >= max_count) {
-               RT_TRACE(rtlpriv, COMP_ERR, DBG_EMERG,
-                        "chksum report fail ! REG_MCUFWDL:0x%08x .\n",
-                        value32);
+               pr_err("chksum report fail ! REG_MCUFWDL:0x%08x .\n",
+                      value32);
                goto exit;
        }
        RT_TRACE(rtlpriv, COMP_FW, DBG_TRACE,
 
        } while (counter++ < max_count);
 
-       RT_TRACE(rtlpriv, COMP_ERR, DBG_EMERG,
-                "Polling FW ready fail!! REG_MCUFWDL:0x%08x .\n",
-                value32);
+       pr_err("Polling FW ready fail!! REG_MCUFWDL:0x%08x .\n",
+              value32);
 
 exit:
        return err;
 
        err = rtl8723_fw_free_to_go(hw, is_8723be, max_count);
        if (err) {
-               RT_TRACE(rtlpriv, COMP_ERR, DBG_EMERG,
-                        "Firmware is not ready to run!\n");
+               pr_err("Firmware is not ready to run!\n");
        } else {
                RT_TRACE(rtlpriv, COMP_FW, DBG_TRACE,
                         "Firmware is ready to run!\n");
 
        offset &= 0xff;
        newoffset = offset;
        if (RT_CANNOT_IO(hw)) {
-               RT_TRACE(rtlpriv, COMP_ERR, DBG_EMERG, "return all one\n");
+               pr_err("return all one\n");
                return 0xFFFFFFFF;
        }
        tmplong = rtl_get_bbreg(hw, RFPGA0_XA_HSSIPARAMETER2, MASKDWORD);
        struct bb_reg_def *pphyreg = &rtlphy->phyreg_def[rfpath];
 
        if (RT_CANNOT_IO(hw)) {
-               RT_TRACE(rtlpriv, COMP_ERR, DBG_EMERG, "stop\n");
+               pr_err("stop\n");
                return;
        }
        offset &= 0xff;