]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: mmci: Remove bogus local_irq_save()
authorThomas Gleixner <tglx@linutronix.de>
Tue, 24 Apr 2018 16:40:49 +0000 (18:40 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 2 May 2018 13:08:51 +0000 (15:08 +0200)
commit62ee9483dd7aab20ac566e734606ff20369c06f1
tree8b189426cfea21695a17a31f8a010c0532ea891c
parent5b7a660e1606cda0406382ec1b6f6eb49b7b6c80
mmc: 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.
Remove the local_irq_save() invocation.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/mmci.c