Skip to content
Commit 4e8d340d authored by Dmitry Torokhov's avatar Dmitry Torokhov
Browse files

Input: i8042 - fix locking in interrupt routine



We need to protect not only i8042 status and data register from concurrent
access from IRQ 1 and 12 but the rest of the shared state as well, so let's
move release of i8042_lock in i8042_interrupt() a little bit further down.

Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 7105d2ea
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment