[Zaurus-devel] sharp c-3000 aka spitz: fix warn_on introduced in 2.6.32-rc1

2010-01-05 Thread Pavel Machek
Sharp-SL code uses strange, complex grouping of gpios for wakeups toggling. Fortunately, it is unneeded in recent kernels (and actually provokes WARN_ONs during resume). Remove it. Signed-off-by: Pavel Machek --- a/arch/arm/mach-pxa/mfp-pxa2xx.c2009-09-10 00:13:59.0 +0200 +++ b/arch

Re: [Zaurus-devel] sharp c-3000 aka spitz: fix warn_on introduced in 2.6.32-rc1

2010-01-05 Thread Eric Miao
On Wed, Jan 6, 2010 at 3:10 PM, Pavel Machek wrote: > > Sharp-SL code uses strange, complex grouping of gpios for wakeups > toggling. Fortunately, it is unneeded in recent kernels (and actually > provokes WARN_ONs during resume). Remove it. > > Signed-off-by: Pavel Machek Pavel, The code to be