Skip to content
Commit 3515d016 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

[PATCH] late spinlock initialization in ieee1394/ohci



spinlock used in irq handler should be initialized before registering
irq, even if we know that our device has interrupts disabled; handler
is registered shared and taking spinlock is done unconditionally.  As
it is, we can and do get oopsen on boot for some configuration, depending
on irq routing - I've got a reproducer.

Signed-off-by: default avatarAl Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: default avatarBen Collins <bcollins@debian.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent a46206e7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment