ソースを参照

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 7 年 前
コミット
c50a659932
1 ファイル変更1 行追加1 行削除
  1. 1 1
      utils/logging/src/wlan_logging_sock_svc.c

+ 1 - 1
utils/logging/src/wlan_logging_sock_svc.c

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