RE: [PATCH 01/10] ARM: OMAP3/4: cpuidle: fix sparse and checkpatch warnings

2012-12-13 Thread Hiremath, Vaibhav
On Thu, Dec 13, 2012 at 12:59:49, Paul Walmsley wrote: > On Thu, 13 Dec 2012, Hiremath, Vaibhav wrote: > > > On Thu, Dec 13, 2012 at 11:11:49, Paul Walmsley wrote: > > > > > > The branch name to use is: > > > > > > "TEST_pwrdm_post_fpwrst_devel_a_3.9" > > > > If I am correct, it only includes o

RE: [PATCH 01/10] ARM: OMAP3/4: cpuidle: fix sparse and checkpatch warnings

2012-12-12 Thread Paul Walmsley
On Thu, 13 Dec 2012, Hiremath, Vaibhav wrote: > On Thu, Dec 13, 2012 at 11:11:49, Paul Walmsley wrote: > > > > The branch name to use is: > > > > "TEST_pwrdm_post_fpwrst_devel_a_3.9" > > If I am correct, it only includes one additional patch (merge commit), > right??? > > commit d94831e0005fe

RE: [PATCH 01/10] ARM: OMAP3/4: cpuidle: fix sparse and checkpatch warnings

2012-12-12 Thread Hiremath, Vaibhav
On Thu, Dec 13, 2012 at 11:11:49, Paul Walmsley wrote: > On Wed, 12 Dec 2012, Vaibhav Hiremath wrote: > > > I am using your "paul-linux-pwrdm_post_fpwrst_devel_a_3.9" branch, where > > all the patches which you have posted are present (I believe so) and I > > am getting following sparse warning -

Re: [PATCH 01/10] ARM: OMAP3/4: cpuidle: fix sparse and checkpatch warnings

2012-12-12 Thread Paul Walmsley
On Wed, 12 Dec 2012, Vaibhav Hiremath wrote: > I am using your "paul-linux-pwrdm_post_fpwrst_devel_a_3.9" branch, where > all the patches which you have posted are present (I believe so) and I > am getting following sparse warning - The branch name to use is: "TEST_pwrdm_post_fpwrst_devel_a_3.9"

Re: [PATCH 01/10] ARM: OMAP3/4: cpuidle: fix sparse and checkpatch warnings

2012-12-12 Thread Santosh Shilimkar
On Sunday 09 December 2012 02:23 AM, Paul Walmsley wrote: Fix the following sparse warnings in the OMAP3/4 CPUIdle code: arch/arm/mach-omap2/cpuidle34xx.c:272:1: warning: symbol 'omap3_idle_dev' was not declared. Should it be static? arch/arm/mach-omap2/cpuidle34xx.c:274:23: warning: symbol 'om

Re: [PATCH 01/10] ARM: OMAP3/4: cpuidle: fix sparse and checkpatch warnings

2012-12-12 Thread Vaibhav Hiremath
On 12/9/2012 6:53 AM, Paul Walmsley wrote: > Fix the following sparse warnings in the OMAP3/4 CPUIdle code: > > arch/arm/mach-omap2/cpuidle34xx.c:272:1: warning: symbol 'omap3_idle_dev' was > not declared. Should it be static? > arch/arm/mach-omap2/cpuidle34xx.c:274:23: warning: symbol 'omap3_i

[PATCH 01/10] ARM: OMAP3/4: cpuidle: fix sparse and checkpatch warnings

2012-12-08 Thread Paul Walmsley
Fix the following sparse warnings in the OMAP3/4 CPUIdle code: arch/arm/mach-omap2/cpuidle34xx.c:272:1: warning: symbol 'omap3_idle_dev' was not declared. Should it be static? arch/arm/mach-omap2/cpuidle34xx.c:274:23: warning: symbol 'omap3_idle_driver' was not declared. Should it be static? arc