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

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

Merge "soc: qcom: Fix blackghost status irq missing during BG SSR"

parents 3179a915 f7556286
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
/* Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
/* Copyright (c) 2017-2019, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -303,6 +303,8 @@ static int bg_powerup(const struct subsys_desc *subsys)
			"%s: BG PIL Boot failed\n", __func__);
		return ret;
	}
	/* wait for msm_gpio_irq_handler to get invoked before enable irq */
	usleep_range(5000, 6000);
	enable_irq(bg_data->status_irq);
	ret = wait_for_err_ready(bg_data);
	if (ret) {