Re: [PATCH] HID: hid-sensor-hub: Make all locks of dyn_callback_lock disable interrupts.

2014-06-10 Thread Reyad Attiyat
Hey Jiri, I read your other email and see this is now staged. You can ignore this sorry for the noise. On Tue, Jun 10, 2014 at 3:11 PM, Reyad Attiyat wrote: > The dynamic callback lock (dyn_callback_lock) must not be interrupted > when locked because the lock is used in the interrupt handler

[PATCH] HID: hid-sensor-hub: Make all locks of dyn_callback_lock disable interrupts.

2014-06-10 Thread Reyad Attiyat
The dynamic callback lock (dyn_callback_lock) must not be interrupted when locked because the lock is used in the interrupt handler function sensor_hub_raw_event(). Signed-off-by: Reyad Attiyat --- drivers/hid/hid-sensor-hub.c | 31 ++- 1 file changed, 18

[PATCH] HID: hid-sensor-hub: Make all locks of dyn_callback_lock disable interrupts.

2014-06-10 Thread Reyad Attiyat
The dynamic callback lock (dyn_callback_lock) must not be interrupted when locked because the lock is used in the interrupt handler function sensor_hub_raw_event(). Signed-off-by: Reyad Attiyat reyad.atti...@gmail.com --- drivers/hid/hid-sensor-hub.c | 31 ++- 1 file

Re: [PATCH] HID: hid-sensor-hub: Make all locks of dyn_callback_lock disable interrupts.

2014-06-10 Thread Reyad Attiyat
Hey Jiri, I read your other email and see this is now staged. You can ignore this sorry for the noise. On Tue, Jun 10, 2014 at 3:11 PM, Reyad Attiyat reyad.atti...@gmail.com wrote: The dynamic callback lock (dyn_callback_lock) must not be interrupted when locked because the lock is used in the