From: Peter Huewe Date: Tue, 5 Feb 2013 21:32:33 +0000 (+0100) Subject: staging/xgifb: Remove unneeded conditional assignment X-Git-Tag: v3.9-rc1~127^2~111 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a7fd2db79ab619cecb803619f8077956ec124cc;p=pandora-kernel.git staging/xgifb: Remove unneeded conditional assignment pVBInfo->ram_type is assigned the return value of XGINew_GetXG20DRAMType which can only be 0, 1 or 2 -> The conditional assignment is not needed here as it always evaluates to true. -> remove Signed-off-by: Peter Huewe Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed