2014-04-14 19:51:27

by Mathias Krause

[permalink] [raw]
Subject: Re: [PATCH 0/2] pda_power: USB notifier fixes

On 30 March 2014 15:34, Mathias Krause <[email protected]> wrote:
> The notifier block can and should be initialized statically. Fixed in
> patch 1.
>
> While doing patch 1 I noticed, that the USB notifier that gets registered
> in pda_power_probe() never gets unregistered. Fixed in patch 2.
>
> Beware: The patches are compile tested only, as I have no such hardware!
>
> Please apply!
>
> Mathias Krause (2):
> pda_power: Statically initialize notifier block
> pda_power: Unregister USB notifier in pda_power_remove()
>
> drivers/power/pda_power.c | 11 +++++++++--
> 1 file changed, 9 insertions(+), 2 deletions(-)
>
> --

Ping? Any opinions on this series? Dmitry, David?