From: Simon Arlott Date: Thu, 9 Aug 2007 14:29:33 +0000 (-0300) Subject: V4L/DVB (5988): Fix OOP on videobuf-dvb when hibernating X-Git-Tag: v2.6.24-rc1~1463^2~246 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ebcb48da1eace49ef5f2d83a91984085c6d702d;p=pandora-kernel.git V4L/DVB (5988): Fix OOP on videobuf-dvb when hibernating Since videobuf_waiton is called with intr=1, it can return -EINTR and therefore err may be non-zero. This happens when the system goes into the standby state. Without the BUG() occurring, there's no problem with standby mode while DVB is being used. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed