Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clk: ux500: fix a possible off-by-one in u8500_prcc_reset_base()
Off-by-one will happen when index == ARRAY_SIZE(ur->base). Fixes: b14cbdf ("clk: ux500: Add driver for the reset portions of PRCC") Signed-off-by: Hangyu Hua <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Linus Walleij <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
- Loading branch information