commit | 06856269d43ab3ce6609c90a6e42bcd9564eaa02 | [log] [tgz] |
---|---|---|
author | Barry Song <song.bao.hua@hisilicon.com> | Wed Sep 09 16:10:01 2020 +1200 |
committer | Wolfram Sang <wsa@kernel.org> | Tue Sep 29 21:40:03 2020 +0200 |
tree | aa039b3c043c0ac8a8d5835d7cc878da374ba93e | |
parent | 795ee9b8a1076915c3b08eb73cf9fd4da9c52ae6 [diff] |
i2c: busses: replace spin_lock_irqsave by spin_lock in hard IRQ The code has been in a irq-disabled context since it is hard IRQ. There is no necessity to do it again. Signed-off-by: Barry Song <song.bao.hua@hisilicon.com> Reviewed-by: Akash Asthana <akashast@codeaurora.org> Reviewed-by: Mukesh Kumar Savaliya <msavaliy@codeaurora.org> Signed-off-by: Wolfram Sang <wsa@kernel.org>