qcacmn: Remove new line from trace
Currently while printing commnad information new line is added which needs to be removed. Change-Id: I639508a9a14db173f8d61d7a55c4ec99db4f1a1f CRs-Fixed: 2618863
This commit is contained in:
@@ -1617,7 +1617,7 @@ static uint8_t *wmi_id_to_name(uint32_t wmi_command)
|
||||
|
||||
static inline void wmi_log_cmd_id(uint32_t cmd_id, uint32_t tag)
|
||||
{
|
||||
WMI_LOGD("Send WMI command:%s command_id:%d htc_tag:%d\n",
|
||||
WMI_LOGD("Send WMI command:%s command_id:%d htc_tag:%d",
|
||||
wmi_id_to_name(cmd_id), cmd_id, tag);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user