From: Leonid V. Fedorenchik Date: Fri, 16 Sep 2011 06:15:14 +0000 (+0800) Subject: Staging: cx25821: Replace :? by if-else in cx25821-video.c X-Git-Tag: v3.2-rc1~169^2^2~428 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3038f638ac27a1cb712a1021506d7ea4ab47e8f9;p=pandora-kernel.git Staging: cx25821: Replace :? by if-else in cx25821-video.c Replace :? operator by equivalent if-else statement where in improves readability. Don't add else branch if it is not needed. Signed-off-by: Leonid V. Fedorenchik Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed