aboutsummaryrefslogtreecommitdiff
path: root/drivers/fpga/fpga-bridge.c
diff options
context:
space:
mode:
authorUwe Kleine-König <[email protected]>2023-06-06 10:42:36 -0700
committerDmitry Torokhov <[email protected]>2023-06-06 11:11:58 -0700
commitd9f12a3bbb6d1afe872425a8fa2612945975cfb8 (patch)
tree89f3662498957d8e3fca6543270801359c5c9165 /drivers/fpga/fpga-bridge.c
parentab892b7fd44a68feead30e2f53ba31818ca84749 (diff)
Input: tps65219-pwrbutton - use regmap_set_bits()
regmap_set_bits() is equivalent to regmap_update_bits() if mask == val. The probe function uses regmap_clear_bits() to enable irqs, so symmetrically make use of regmap_set_bits() to disable them. There is no semantic difference. Signed-off-by: Uwe Kleine-König <[email protected]> Reviewed-by: Markus Schneider-Pargmann <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-bridge.c')
0 files changed, 0 insertions, 0 deletions