Re: [PATCH 2/3] cpufreq: cpu0: Removes unnecessary IS_ERR check on clk

2014-08-28 Thread Shawn Guo
On Thu, Aug 28, 2014 at 12:00:11AM -0700, Pramod Gurav wrote: > This removes unnecessary IS_ERR check on clk when in failure path > as execution wont reach till there with clk being a err. > > CC: Shawn Guo > CC: "Rafael J. Wysocki" > CC: Viresh Kumar > Signed-off-by: Pramod Gurav Acked-by:

Re: [PATCH 2/3] cpufreq: cpu0: Removes unnecessary IS_ERR check on clk

2014-08-28 Thread Shawn Guo
On Thu, Aug 28, 2014 at 12:00:11AM -0700, Pramod Gurav wrote: This removes unnecessary IS_ERR check on clk when in failure path as execution wont reach till there with clk being a err. CC: Shawn Guo shawn@linaro.org CC: Rafael J. Wysocki r...@rjwysocki.net CC: Viresh Kumar

[PATCH 2/3] cpufreq: cpu0: Removes unnecessary IS_ERR check on clk

2014-08-27 Thread Pramod Gurav
This removes unnecessary IS_ERR check on clk when in failure path as execution wont reach till there with clk being a err. CC: Shawn Guo CC: "Rafael J. Wysocki" CC: Viresh Kumar Signed-off-by: Pramod Gurav --- drivers/cpufreq/cpufreq-cpu0.c |3 +-- 1 files changed, 1 insertions(+), 2

[PATCH 2/3] cpufreq: cpu0: Removes unnecessary IS_ERR check on clk

2014-08-27 Thread Pramod Gurav
This removes unnecessary IS_ERR check on clk when in failure path as execution wont reach till there with clk being a err. CC: Shawn Guo shawn@linaro.org CC: Rafael J. Wysocki r...@rjwysocki.net CC: Viresh Kumar viresh.ku...@linaro.org Signed-off-by: Pramod Gurav pramod.gu...@smartplayin.com