mmci: Remove bogus local_irq_save()
On !RT interrupt runs with interrupts disabled. On RT it's in a
thread, so no need to disable interrupts at all.
Signed-off-by:
Thomas Gleixner <tglx@linutronix.de>
Loading
Please sign in to comment
On !RT interrupt runs with interrupts disabled. On RT it's in a
thread, so no need to disable interrupts at all.
Signed-off-by:
Thomas Gleixner <tglx@linutronix.de>