qcacmn: Replace linux print APIs with qdf print APIs
Replace linux print APIs with equivalent level qdf print APIs. Change-Id: If0a4a5326de87c9f023e8f4de996a4734ed6cda2 CRs-Fixed: 2530137
This commit is contained in:

committed by
nshrivas

orang tua
659379aeff
melakukan
7ee0677954
@@ -1527,7 +1527,7 @@ static void hal_reo_status_get_header_generic(uint32_t *d, int b, void *h1)
|
||||
UNIFORM_REO_STATUS_HEADER_STATUS_HEADER)];
|
||||
break;
|
||||
default:
|
||||
pr_err("ERROR: Unknown tlv\n");
|
||||
qdf_nofl_err("ERROR: Unknown tlv");
|
||||
break;
|
||||
}
|
||||
h->cmd_num =
|
||||
@@ -1570,7 +1570,7 @@ static void hal_reo_status_get_header_generic(uint32_t *d, int b, void *h1)
|
||||
UNIFORM_REO_STATUS_HEADER_STATUS_HEADER_GENERIC)];
|
||||
break;
|
||||
default:
|
||||
pr_err("ERROR: Unknown tlv\n");
|
||||
qdf_nofl_err("ERROR: Unknown tlv");
|
||||
break;
|
||||
}
|
||||
h->tstamp =
|
||||
|
Reference in New Issue
Block a user