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

Commit c9531227 authored by NeilBrown's avatar NeilBrown Committed by Samuel Ortiz
Browse files

mfd: Fix twl4030-irq typo



overwriten -> overwritten

Signed-off-by: default avatarNeilBrown <neilb@suse.de>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent b18d1f0f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -492,7 +492,7 @@ static void twl4030_sih_bus_sync_unlock(struct irq_data *data)
			u8	bytes[4];
		} imr;

		/* byte[0] gets overwriten as we write ... */
		/* byte[0] gets overwritten as we write ... */
		imr.word = cpu_to_le32(agent->imr << 8);
		agent->imr_change_pending = false;