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

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

Merge "power: qpnp-smbcharger: register aicl_done for rising edge only"

parents 6549bad4 7de44b4d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -7012,7 +7012,9 @@ static int smbchg_request_irqs(struct smbchg_chip *chip)
				src_detect_handler, flags, rc);
			REQUEST_IRQ(chip, spmi_resource, chip->aicl_done_irq,
				"aicl-done",
				aicl_done_handler, flags, rc);
				aicl_done_handler,
				(IRQF_TRIGGER_RISING | IRQF_ONESHOT),
				rc);
			if (chip->schg_version != QPNP_SCHG_LITE) {
				REQUEST_IRQ(chip, spmi_resource,
					chip->otg_fail_irq, "otg-fail",