[PATCH 01/10] ARM: OMAP3/4: cpuidle: fix sparse and checkpatch warnings
From: Hiremath, Vaibhav <hidden>
Date: 2012-12-13 09:18:18
Also in:
linux-omap
From: Hiremath, Vaibhav <hidden>
Date: 2012-12-13 09:18:18
Also in:
linux-omap
On Thu, Dec 13, 2012 at 12:59:49, Paul Walmsley wrote:
On Thu, 13 Dec 2012, Hiremath, Vaibhav wrote:quoted
On Thu, Dec 13, 2012 at 11:11:49, Paul Walmsley wrote:quoted
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 d94831e0005fee743cefd28f4c20b7c435c71236 Merge: 3e885c6 80ab3b2 Author: Paul Walmsley [off-list ref] Date: Sun Dec 9 13:06:51 2012 -0700 build fixes Does this also fix sparse warnings?Just ran a quick sparse check on mach-omap2 at 3e885c6 and d94831e with 'make -j4 C=2 arch/arm/mach-omap2', and no warnings showed up. There were some sparse issues that got fixed at an earlier point, though, so perhaps you have an older copy of the branches somehow?
Ignore my earlier comment on sparse warning, it was my wrong sparse tool which was culprit here. I am working on remote server, which has sparse present inside /usr/bin, and somehow my default config using that one instead of what I was building. I fixed this by changing the PATH, and now I do not see any issues/warnings. Thanks, Vaibhav