V4L/DVB (5505): Fix Kernel Bugzilla #8301: spinlock fix for flexcop-pci
authorHendrik Borghorst <hendrik@borghorst.org>
Thu, 5 Apr 2007 17:28:11 +0000 (14:28 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 27 Apr 2007 18:45:29 +0000 (15:45 -0300)
commit4f210e072235c3c123b068d348a1a02e624ff5be
tree138d30ebc9aec486cff1f35804dd85d19ba6fbe8
parent990e3743b505a0bb08c04a381d5477e19d31ef5e
V4L/DVB (5505): Fix Kernel Bugzilla #8301: spinlock fix for flexcop-pci

If you modprobe the b2c2-flexcop-pci module you got a hardlock of your system.
This is due the usage of spin_lock before spin_lock_init is called.

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/dvb/b2c2/flexcop-pci.c