mmc: cavium: Replace spin_lock_irqsave with spin_lock in hard IRQ
authorXiaofei Tan <tanxiaofei@huawei.com>
Thu, 4 Feb 2021 07:07:18 +0000 (15:07 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 8 Feb 2021 11:57:16 +0000 (12:57 +0100)
commitf9261eb7d38dc0e69c623e58d4cc2c486f5f27dc
treeb83be4d90a70dbed5459b7818ffba6dd771da51d
parent1791557ffbafd280c6e566f7f9a70353a470841a
mmc: cavium: Replace spin_lock_irqsave with spin_lock in hard IRQ

It is redundant to do irqsave and irqrestore in hardIRQ context, where
it has been in a irq-disabled context.

Signed-off-by: Xiaofei Tan <tanxiaofei@huawei.com>
Link: https://lore.kernel.org/r/1612422438-32525-1-git-send-email-tanxiaofei@huawei.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/cavium.c