qcacmn: Fix compilation error in send_oem_dma_cfg_cmd_tlv()
Fix compilation error due to incorrect paranthesis positioning. Change-Id: I4e2885054f724970e5baef6c7a4ed73a77decc4f CRs-Fixed: 3034802
This commit is contained in:

committed by
Madan Koyyalamudi

부모
95e96be744
커밋
85358bdd12
@@ -5900,8 +5900,8 @@ static QDF_STATUS send_oem_dma_cfg_cmd_tlv(wmi_unified_t wmi_handle,
|
||||
|
||||
cmd = (uint8_t *) wmi_buf_data(buf);
|
||||
qdf_mem_copy(cmd, cfg, sizeof(*cfg));
|
||||
wmi_debug("Sending OEM Data Request to target, data len %lu"),
|
||||
sizeof(*cfg);
|
||||
wmi_debug("Sending OEM Data Request to target, data len %lu",
|
||||
sizeof(*cfg));
|
||||
wmi_mtrace(WMI_OEM_DMA_RING_CFG_REQ_CMDID, NO_SESSION, 0);
|
||||
ret = wmi_unified_cmd_send(wmi_handle, buf, sizeof(*cfg),
|
||||
WMI_OEM_DMA_RING_CFG_REQ_CMDID);
|
||||
|
Reference in New Issue
Block a user