Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ca9761a7 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "cnss2: Remove recovery check in crash shutdown"

parents 8d206916 8a4a737f
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -683,11 +683,6 @@ static void cnss_qca6290_crash_shutdown(struct cnss_pci_data *pci_priv)
	cnss_pr_dbg("Crash shutdown with driver_state 0x%lx\n",
		    plat_priv->driver_state);

	if (test_bit(CNSS_DRIVER_RECOVERY, &plat_priv->driver_state)) {
		cnss_pr_dbg("Ignore crash shutdown\n");
		return;
	}

	cnss_pci_collect_dump_info(pci_priv, true);
}