Quoting Dan Carpenter (2018-12-03 06:52:01) > The > comparison should be >= to prevent reading beyond the end of the > clock[] array. > > (The clock[] array is allocated in zynqmp_clk_setup() and has > clock_max_idx elements.) > > Fixes: 3fde0e16d016 ("drivers: clk: Add ZynqMP clock driver") > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> > --- Applied to clk-fixes