From: Mauro Carvalho Chehab Date: Mon, 2 Jul 2007 18:48:40 +0000 (-0300) Subject: V4L/DVB (5820): Cleanup on cinergyT2: Remove unneeded if(1) X-Git-Tag: v2.6.23-rc1~493^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b7cc42917ed07ab75269d35cd7709a5fd6336e0;p=pandora-kernel.git V4L/DVB (5820): Cleanup on cinergyT2: Remove unneeded if(1) Before kernel 2.6.14, the driver checked for status before stopping the thread. So, a compatibility test did exist. After 2.6.14, the if (state) were replaced by: if (1) However, it makes no sense to keep the if(1). Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed