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

Commit 4c90a0fd authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "cnss2: Clear CNSS_DEV_ERR_NOTIFY after collecting firmware dump"

parents f52873c4 7807285c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -900,8 +900,8 @@ static int cnss_do_recovery(struct cnss_plat_data *plat_priv,
			goto self_recovery;
		break;
	case CNSS_REASON_RDDM:
		clear_bit(CNSS_DEV_ERR_NOTIFY, &plat_priv->driver_state);
		cnss_bus_collect_dump_info(plat_priv, false);
		clear_bit(CNSS_DEV_ERR_NOTIFY, &plat_priv->driver_state);
		break;
	case CNSS_REASON_DEFAULT:
	case CNSS_REASON_TIMEOUT: