On 08/11, Viresh Kumar wrote:
On 10-08-15, 17:31, Stephen Boyd wrote:
I am not insisting anything. But another patch to get rid of the goto sounds fine.
The separate patch to kill goto.
---------------------8<-------------------------
Message-Id: 9f9b9ea6ea3685d5f71c132e7efb18917253961f.1439260355.git.viresh.kumar@linaro.org From: Viresh Kumar viresh.kumar@linaro.org Date: Tue, 11 Aug 2015 08:01:01 +0530 Subject: [PATCH] PM / OPP: Remove unnecessary goto statements
The code simply returns after jumping to the out label and doesn't free any resources, etc.
Kill the unnecessary goto statements.
Signed-off-by: Viresh Kumar viresh.kumar@linaro.org
Reviewed-by: Stephen Boyd sboyd@codeaurora.org