From: Mauro Carvalho Chehab Date: Fri, 18 Dec 2009 10:47:44 +0000 (-0300) Subject: V4L/DVB (13834): dib8000: fix compilation if !DVB_DIB8000 X-Git-Tag: v2.6.33-rc5~24^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9afc8022b4e7e4e8c572b2b997846756afb5d909;p=pandora-kernel.git V4L/DVB (13834): dib8000: fix compilation if !DVB_DIB8000 As reported by Randy Dunlap : > drivers/media/dvb/frontends/dib8000.h:104: error: expected expression before '}' token > drivers/media/dvb/frontends/dib8000.h:104: warning: left-hand operand of comma expression has no effect > > return CT_SHUTDOWN, > > s/,/;/ and fix indentation. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed