qcacmn: Remove trailing newline from the DP Logs
Remove trailing newline from the DP Logs. Change-Id: Iaf54e57fb44cf7c15d82bd5c0ffb3fc7c3d04a2b CRs-Fixed: 3492501
This commit is contained in:

committed by
Rahul Choudhary

szülő
998426711a
commit
48cf24b446
@@ -1785,7 +1785,7 @@ void *hal_srng_setup_idx(void *hal_soc, int ring_type, int ring_num, int mac_id,
|
||||
if (idx) {
|
||||
hal->ops->hal_tx_ring_halt_set(hal_hdl);
|
||||
do {
|
||||
hal_info("Waiting for ring reset\n");
|
||||
hal_info("Waiting for ring reset");
|
||||
} while (!(hal->ops->hal_tx_ring_halt_poll(hal_hdl)));
|
||||
}
|
||||
hal_srng_hw_init(hal, srng, idle_check, idx);
|
||||
|
Reference in New Issue
Block a user