Skip to content
Commit 5fbab839 authored by Stefan Wahren's avatar Stefan Wahren Committed by Dom Cobley
Browse files

pinctrl: bcm2835: drop irq_enable/disable callbacks

commit db1b3ece upstream.

The commit b8a19382

 ("pinctrl: bcm2835: Fix support for threaded level
triggered IRQs") assigned the irq_mask/unmask callbacks with the
already existing functions for irq_enable/disable. The wasn't completely
the right way (tm) to fix the issue, because these callbacks shouldn't
be identical. So fix this by rename the functions to represent their
intension and drop the unnecessary irq_enable/disable assigment.

Suggested-by: default avatarMarc Zyngier <maz@kernel.org>
Signed-off-by: default avatarStefan Wahren <stefan.wahren@i2se.com>
parent 029c8a63
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