aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/cdns3/cdns3-trace.c
diff options
context:
space:
mode:
authorAidan MacDonald <[email protected]>2022-06-23 22:14:13 +0100
committerMark Brown <[email protected]>2022-06-29 18:13:10 +0100
commit6b0c31747722936101d56e71e809bfd7a6a440b7 (patch)
treea33fd16f95baab0c277ba29eec05a3925cd505d8 /drivers/usb/cdns3/cdns3-trace.c
parent610fdd668e6af48fcae7908161d14eee3a95ec92 (diff)
regmap-irq: Remove inappropriate uses of regmap_irq_update_bits()
regmap_irq_update_bits() is misnamed and should only be used for updating mask registers, since it checks the mask_writeonly flag. However, it was also used for updating wake and type registers. It's safe to replace these uses with regmap_update_bits() because there are no users of the mask_writeonly flag. Signed-off-by: Aidan MacDonald <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-trace.c')
0 files changed, 0 insertions, 0 deletions