Re: [PATCH 01/10] PM / OPP: Propagate the error returned by _find_opp_table()

2016-04-22 Thread Stephen Boyd
On 04/21, Viresh Kumar wrote: > Don't send -EINVAL and propagate what's received from _find_opp_table(). > > Signed-off-by: Viresh Kumar > --- Reviewed-by: Stephen Boyd -- X-Patchwork-State: Not Applicable Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation C

[PATCH 01/10] PM / OPP: Propagate the error returned by _find_opp_table()

2016-04-21 Thread Viresh Kumar
Don't send -EINVAL and propagate what's received from _find_opp_table(). Signed-off-by: Viresh Kumar --- drivers/base/power/opp/cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/base/power/opp/cpu.c b/drivers/base/power/opp/cpu.c index ba2bdbd932ef..b7411a3cdcb1 1