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

Commit e106251f 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 db0b2e84 4bb119b2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -952,8 +952,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);
		clear_bit(CNSS_DEV_ERR_NOTIFY, &plat_priv->driver_state);
		break;
	case CNSS_REASON_DEFAULT:
	case CNSS_REASON_TIMEOUT: