Staging: cx25821: Replace :? by if-else in cx25821-video.c
authorLeonid V. Fedorenchik <leonidsbox@gmail.com>
Fri, 16 Sep 2011 06:15:14 +0000 (14:15 +0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 16 Sep 2011 18:45:46 +0000 (20:45 +0200)
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 <leonidsbox@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found