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:
Dustin Brown
2017-07-10 11:49:52 -07:00
committed by snandini
szülő 6915956d4c
commit c50a659932

Fájl megtekintése

@@ -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