From: Peter Huewe Date: Mon, 4 Feb 2013 23:29:47 +0000 (+0100) Subject: staging/xgifb: Consolidate if branches with similar conditions X-Git-Tag: v3.9-rc1~127^2~131 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f951dd05f9549c9b1a16d4eabfe60c20721de292;p=pandora-kernel.git staging/xgifb: Consolidate if branches with similar conditions 1) The same condition (pVBInfo->IF_DEF_LVDS == 0) was checked in the if clause directly in front of this one. 2) The same condition pVBInfo->VBType & (VB_SIS301B | VB_SIS302B | VB_SIS301LV | VB_SIS302LV | VB_XGI301C) was checked in the if clause directly in front of this one. Signed-off-by: Peter Huewe Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed