From: Julia Lawall Date: Sat, 28 Aug 2010 15:41:05 +0000 (-0300) Subject: V4L/DVB: drivers/media/dvb/siano: Remove double test X-Git-Tag: v2.6.37-rc1~64^2~461 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f78729b40a01a72b189a0618e1cf58facb68c129;p=pandora-kernel.git V4L/DVB: drivers/media/dvb/siano: Remove double test The same expression is tested twice and the result is the same each time. The sematic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // @expression@ expression E; @@ ( * E || ... || E | * E && ... && E ) // Signed-off-by: Julia Lawall Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed