mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
pcmcia/vrc4171: Add missing spinlock init
commit811af97238
upstream. It doesn't seem this spinlock was properly initialized. This bug was introduced by commit7a410e8d4d
. Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
49e8ae95b1
commit
aa3fc35664
1 changed files with 1 additions and 0 deletions
|
@ -246,6 +246,7 @@ static int pccard_init(struct pcmcia_socket *sock)
|
|||
socket = &vrc4171_sockets[slot];
|
||||
socket->csc_irq = search_nonuse_irq();
|
||||
socket->io_irq = search_nonuse_irq();
|
||||
spin_lock_init(&socket->lock);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue