From: Michael Krufky Date: Mon, 22 Oct 2007 21:03:29 +0000 (-0300) Subject: V4L/DVB (6444): tuner-core: remove excessive parenthesis X-Git-Tag: v2.6.25-rc1~1235^2~467 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af3b0f3f01d299c46837a408e1b9510b8c304e43;p=pandora-kernel.git V4L/DVB (6444): tuner-core: remove excessive parenthesis Convert all instances of "if ((ops) && (ops->foo))" to "if (ops && ops->foo)" Signed-off-by: Michael Krufky Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed