summaryrefslogtreecommitdiff
path: root/include/linux/vmalloc.h
diff options
context:
space:
mode:
authorPedro Kopper <pedro.kopper@microchip.com>2026-08-14 10:22:13 +0100
committerStephen Boyd <sboyd@kernel.org>2026-08-19 23:11:09 -0700
commitfbfa013eeac299ecc015cb14fa40e382a23fb489 (patch)
treeb45492ddcc932214707948aefa2efb3af19aa94a /include/linux/vmalloc.h
parent39c0e6c844a14945040cca4ccf6997792ab764c4 (diff)
clk: microchip: mpfs: fix regmap_update_bits() mask/val order
mpfs_cfg_clk_set_rate() passes the mask and value arguments to regmap_update_bits() in the wrong order. The resulting write becomes reg = orig_reg | val, causing bits to not be cleared if the clock divider changes. Pass the arguments in the correct order so the divider field is updated as intended. Fixes: c6f2dddfa7f9 ("clk: microchip: mpfs: use regmap for clocks") Signed-off-by: Pedro Kopper <pedro.kopper@microchip.com> Reviewed-by: Conor Dooley <conor.dooley@microchip.com> Cc: stable@vger.kernel.org Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'include/linux/vmalloc.h')
0 files changed, 0 insertions, 0 deletions