From: Maxim Levitsky Date: Thu, 27 Sep 2007 23:34:15 +0000 (-0300) Subject: V4L/DVB (6269): V4L: Fix a "scheduling while atomic" bug in saa7134 X-Git-Tag: v2.6.24-rc1~1463^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4aeb8b8232bd80764997bf38f574f63e118c259;p=pandora-kernel.git V4L/DVB (6269): V4L: Fix a "scheduling while atomic" bug in saa7134 set_tvnorm can sleep in saa7134_i2c_xfer (it will be called through tuner code) but code calls it under spinlock. Fix that Signed-off-by: Maxim Levitsky Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed