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

Commit dcb104f1 authored by lijuang's avatar lijuang Committed by Gerrit - the friendly Code Review server
Browse files

soc: qcom: Correct the modem data for wdog bite handler



Correct the modem data for wdog bite handler, otherwise it will access
a invalid subsys.

Change-Id: Iedd7b85597fa95d283d3a7b9bdd59c8a7c765792
Signed-off-by: default avatarlijuang <lijuang@codeaurora.org>
parent c76c741a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -260,7 +260,7 @@ static int modem_ramdump(int enable, const struct subsys_desc *subsys)

static irqreturn_t modem_wdog_bite_intr_handler(int irq, void *dev_data)
{
	struct modem_data *drv = subsys_to_drv(dev_data);
	struct modem_data *drv = dev_data;

	if (drv->ignore_errors)
		return IRQ_HANDLED;