qcacmn: Update calls to cds_trigger_recovery
cds_trigger_recovery no longer takes any arguments. Update calls to cds_trigger_recovery accordingly. Change-Id: I2d2f36c73baa2133496559bd8213aec8091e51b5 CRs-Fixed: 2073933
This commit is contained in:
@@ -727,7 +727,7 @@ static void send_flush_completion_to_user(uint8_t ring_id)
|
||||
wlan_report_log_completion(is_fatal, indicator, reason_code, ring_id);
|
||||
|
||||
if (recovery_needed)
|
||||
cds_trigger_recovery(false);
|
||||
cds_trigger_recovery();
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user