commit | 36493269120e1fdc021001431b0cebad7d59958e | [log] [tgz] |
---|---|---|
author | Barry Song <song.bao.hua@hisilicon.com> | Tue Sep 22 13:56:15 2020 +1200 |
committer | David S. Miller <davem@davemloft.net> | Wed Sep 23 17:33:52 2020 -0700 |
tree | cfe222858d04457feffd2a50ad2096bd97e0ed7a | |
parent | e4b9146849f246e77da4787657a3a95c1b6d2833 [diff] |
net: allwinner: remove redundant irqsave and irqrestore in hardIRQ The comment "holders of db->lock must always block IRQs" and related code to do irqsave and irqrestore don't make sense since we are in a IRQ-disabled hardIRQ context. Cc: Maxime Ripard <mripard@kernel.org> Cc: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Barry Song <song.bao.hua@hisilicon.com> Acked-by: Maxime Ripard <mripard@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>