[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <8760rmyxvj.fsf@belgarion.home>
Date: Sun, 31 Jul 2016 11:12:32 +0200
From: Robert Jarzmik <robert.jarzmik@...e.fr>
To: Joe Perches <joe@...ches.com>
Cc: Daniel Mack <daniel@...que.org>,
Haojian Zhuang <haojian.zhuang@...il.com>,
Russell King <linux@...linux.org.uk>,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2] ARM: pxa: fix GPIO double shifts
Joe Perches <joe@...ches.com> writes:
> On Sat, 2016-07-30 at 13:22 +0200, Robert Jarzmik wrote:
...zip...
> $ git grep -w charger_wakeup
> arch/arm/mach-pxa/corgi_pm.c: .charger_wakeup = corgi_charger_wakeup,
> arch/arm/mach-pxa/sharpsl_pm.c: if (sharpsl_pm.machinfo->charger_wakeup() != 0)
> arch/arm/mach-pxa/sharpsl_pm.c: if (sharpsl_pm.machinfo->charger_wakeup())
> arch/arm/mach-pxa/sharpsl_pm.h: unsigned long (*charger_wakeup)(void);
> arch/arm/mach-pxa/spitz_pm.c: .charger_wakeup = spitz_charger_wakeup,
...zip...
> It may be better to change the charger_wakeup callback return
> value from unsigned long to bool and modify the other use in
> spitz_pm.c
You're most probably right. I'll do that for v3.
Cheers.
--
Robert
Powered by blists - more mailing lists