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

Commit 6fbc6420 authored by Peter Ujfalusi's avatar Peter Ujfalusi Committed by Samuel Ortiz
Browse files

mfd: twl4030-irq: Change TWL4030_MODULE_* ids to TWL_MODULE_*



To facilitate upcoming cleanup in twl stack.
No functional changes.

Acked-by: default avatarTero Kristo <t-kristo@ti.com>
Signed-off-by: default avatarPeter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent 4850f124
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -295,7 +295,7 @@ static irqreturn_t handle_twl4030_pih(int irq, void *devid)
	irqreturn_t	ret;
	irqreturn_t	ret;
	u8		pih_isr;
	u8		pih_isr;


	ret = twl_i2c_read_u8(TWL4030_MODULE_PIH, &pih_isr,
	ret = twl_i2c_read_u8(TWL_MODULE_PIH, &pih_isr,
			      REG_PIH_ISR_P1);
			      REG_PIH_ISR_P1);
	if (ret) {
	if (ret) {
		pr_warning("twl4030: I2C error %d reading PIH ISR\n", ret);
		pr_warning("twl4030: I2C error %d reading PIH ISR\n", ret);