Ver Fonte

qcacld-3.0: trigger panic if SSR DSC ops timed out

Trigger panic if SSR timed out.

Change-Id: I72d81da46745d2f6a5ff34a57b6d66b7f7171dde
CRs-Fixed: 3398969
Yu Wang há 2 anos atrás
pai
commit
70c5469566
1 ficheiros alterados com 3 adições e 1 exclusões
  1. 3 1
      components/dsc/src/__wlan_dsc.c

+ 3 - 1
components/dsc/src/__wlan_dsc.c

@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2018-2019 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
  *
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
@@ -181,7 +182,8 @@ static void __dsc_dbg_trans_timeout(void *opaque_trans)
 
 	qdf_print_thread_trace(trans->thread);
 
-	if (cds_is_fw_down())
+	if (cds_is_fw_down() &&
+	    !qdf_str_eq(trans->active_desc, "hdd_soc_recovery_shutdown"))
 		dsc_err("fw is down avoid panic");
 	else
 		QDF_DEBUG_PANIC("Transition '%s' exceeded %ums",