aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/cdns3/cdns3-debug.h
diff options
context:
space:
mode:
authorUwe Kleine-König <[email protected]>2022-12-02 19:35:16 +0100
committerThierry Reding <[email protected]>2022-12-06 12:46:09 +0100
commit2c85895bf3d202f6932598b124d0db2be4278999 (patch)
treed8d80abde3da05c7c818f60052f2f218cfb7186a /drivers/usb/cdns3/cdns3-debug.h
parent50f2151034b65125b6cce6b385ce8b74556e45f6 (diff)
pwm: iqs620a: Use regmap_clear_bits and regmap_set_bits where applicable
Found using coccinelle and the following semantic patch: @@ expression map, reg, bits; @@ - regmap_update_bits(map, reg, bits, bits) + regmap_set_bits(map, reg, bits) @@ expression map, reg, bits; @@ - regmap_update_bits(map, reg, bits, 0) + regmap_clear_bits(map, reg, bits) Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Uwe Kleine-König <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-debug.h')
0 files changed, 0 insertions, 0 deletions