From: Giedrius Statkevičius Date: Fri, 3 Oct 2014 21:31:21 +0000 (+0300) Subject: staging: rts5208: use ternary operators to reduce indentation level X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~1114 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=609fc15ef8908aff8822f26a7a987d12246cbc3f;p=pandora-kernel.git staging: rts5208: use ternary operators to reduce indentation level Convert code in format of if (a) if(b) { [...] } to one line with a simple ternary operation to avoid unnecesary increase of indentation level. Signed-off-by: Giedrius Statkevičius Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed