commit | d2febf6bbec5466824432e3d8850fc49e4343572 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <maz@kernel.org> | Thu Feb 24 10:12:26 2022 +0000 |
committer | Marc Zyngier <maz@kernel.org> | Tue Mar 01 10:06:25 2022 +0000 |
tree | d87a42425592517144577b38a28292721d64f1e1 | |
parent | a6aca2f460e203781dc41391913cc5b54f4bc0ce [diff] |
irqchip/qcom-pdc: Drop open coded version of __assign_bit() The driver uses what looks like an open-coded version of __assign_bit(). Replace it with the real thing. Signed-off-by: Marc Zyngier <maz@kernel.org> Reviewed-by: Maulik Shah <quic_mkshah@quicinc.com> Link: https://lore.kernel.org/r/20220224101226.88373-6-maz@kernel.org