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

2014-04-14 Thread Mathias Krause
On 30 March 2014 15:34, Mathias Krause 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 a

[PATCH 0/2] pda_power: USB notifier fixes

2014-03-30 Thread Mathias Krause
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