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
这个提交包含在:
Dustin Brown
2017-07-10 11:49:52 -07:00
提交者 snandini
父节点 6915956d4c
当前提交 c50a659932

查看文件

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