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:
sheenam monga
2020-02-10 16:54:43 +05:30
committed by nshrivas
parent f28396d060
commit ccb34ac40a

View File

@@ -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);
}