commit | 51317975565329ee50e52d0fffce50566b43cc2d | [log] [tgz] |
---|---|---|
author | Xiaofei Tan <tanxiaofei@huawei.com> | Wed Feb 03 20:39:37 2021 +0800 |
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | Sat Feb 06 00:50:47 2021 +0100 |
tree | 4b220638f06a5addd83374951e9695287219f9c6 | |
parent | 6950d046eb6eabbc271fda416460c05f7a85698a [diff] |
rtc: pm8xxx: 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> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Link: https://lore.kernel.org/r/1612355981-6764-3-git-send-email-tanxiaofei@huawei.com