Re: [PATCH] cpuidle: Indicate when a device has been unregistered

2016-04-21 Thread Rafael J. Wysocki
On Wednesday, April 06, 2016 12:00:48 PM Daniel Lezcano wrote: > On Tue, Apr 05, 2016 at 02:05:38PM -0500, Dave Gerlach wrote: > > Currently the 'registered' member of the cpuidle_device struct is set > > to 1 during cpuidle_register_device. In this same function there are > > checks to see if the

Re: [PATCH] cpuidle: Indicate when a device has been unregistered

2016-04-21 Thread Rafael J. Wysocki
On Wednesday, April 06, 2016 12:00:48 PM Daniel Lezcano wrote: > On Tue, Apr 05, 2016 at 02:05:38PM -0500, Dave Gerlach wrote: > > Currently the 'registered' member of the cpuidle_device struct is set > > to 1 during cpuidle_register_device. In this same function there are > > checks to see if the

Re: [PATCH] cpuidle: Indicate when a device has been unregistered

2016-04-06 Thread Daniel Lezcano
On Tue, Apr 05, 2016 at 02:05:38PM -0500, Dave Gerlach wrote: > Currently the 'registered' member of the cpuidle_device struct is set > to 1 during cpuidle_register_device. In this same function there are > checks to see if the device is already registered to prevent duplicate > calls to register

Re: [PATCH] cpuidle: Indicate when a device has been unregistered

2016-04-06 Thread Daniel Lezcano
On Tue, Apr 05, 2016 at 02:05:38PM -0500, Dave Gerlach wrote: > Currently the 'registered' member of the cpuidle_device struct is set > to 1 during cpuidle_register_device. In this same function there are > checks to see if the device is already registered to prevent duplicate > calls to register

[PATCH] cpuidle: Indicate when a device has been unregistered

2016-04-05 Thread Dave Gerlach
Currently the 'registered' member of the cpuidle_device struct is set to 1 during cpuidle_register_device. In this same function there are checks to see if the device is already registered to prevent duplicate calls to register the device, but this value is never set to 0 even on unregister of the

[PATCH] cpuidle: Indicate when a device has been unregistered

2016-04-05 Thread Dave Gerlach
Currently the 'registered' member of the cpuidle_device struct is set to 1 during cpuidle_register_device. In this same function there are checks to see if the device is already registered to prevent duplicate calls to register the device, but this value is never set to 0 even on unregister of the