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

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

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

parents 821dd993 dcb104f1
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;