On Mon, Aug 24, 2020 at 03:00:03PM +0530, Viresh Kumar wrote: > From: Stephen Boyd <swb...@chromium.org> > > commit 8979ef70850eb469e1094279259d1ef393ffe85f upstream. > > We get the opp_table pointer at the top of the function and so we should > put the pointer at the end of the function like all other exit paths > from this function do. > > Cc: v5.7+ <sta...@vger.kernel.org> # v5.7+ > Fixes: aca48b61f963 ("opp: Manage empty OPP tables with clk handle") > Reviewed-by: Rajendra Nayak <rna...@codeaurora.org> > Signed-off-by: Stephen Boyd <swb...@chromium.org> > [ Viresh: Split the patch into two ] > Signed-off-by: Viresh Kumar <viresh.ku...@linaro.org> > [ Viresh: Update the code for v5.7-stable ] > Signed-off-by: Viresh Kumar <viresh.ku...@linaro.org> > --- > drivers/opp/core.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
This is already in the 5.7-stable queue, why add it again? confused, greg k-h