From: Hans-Jürgen Koch Date: Wed, 12 Sep 2007 19:20:43 +0000 (-0300) Subject: V4L/DVB (6215): Bugfix for saa6588.c, add forgotten spin_lock_init() X-Git-Tag: v2.6.24-rc1~1463^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=588005e1008f2cea61b7a1ae2a86c531e99b8c9c;p=pandora-kernel.git V4L/DVB (6215): Bugfix for saa6588.c, add forgotten spin_lock_init() There's a serious bug in saa6588.c, it uses a non-initialized spin_lock. Funny thing is that it works fine with bttv, but completly freezes the machine if e.g. saa7134 is loaded. Thanks to Derek Philip for reporting this bug on the rdsd-devel list. This patch adds the missing spin_lock_init(). Signed-off-by: Hans J. Koch Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed