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

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
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment