From: Peter Huewe Date: Sun, 3 Feb 2013 03:08:45 +0000 (+0100) Subject: staging/xgifb: Remove redundant if statement X-Git-Tag: v3.9-rc1~127^2~189 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fc699f6089913e3a691209243bf6bc2a6178ddd;p=pandora-kernel.git staging/xgifb: Remove redundant if statement The code checks twice for if (pVBInfo->VBInfo & SetCRT2ToTV) without any changes in between -> we can remove the second check. And while at it we can also save the temp variable and use tempbx directly. Signed-off-by: Peter Huewe Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed