On Wed, Jun 09, 2021 at 01:50:08PM -0500, Dinh Nguyen wrote: > If the bypass_reg is set, then we can return the bypass parent, however, > if there is not a bypass_reg, we need to figure what the correct parent > mux is. > > The previous code never handled the parent mux if there was a > bypass_reg. > > Fixes: 80c6b7a0894f ("clk: socfpga: agilex: add clock driver for the Agilex platform") > Signed-off-by: Dinh Nguyen <dinguyen@xxxxxxxxxx> > --- > drivers/clk/socfpga/clk-periph-s10.c | 9 +++++++-- > 1 file changed, 7 insertions(+), 2 deletions(-) > <formletter> This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read: https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html for how to do this properly. </formletter>