From: Miguel Gómez Date: Fri, 6 Jul 2012 10:40:38 +0000 (+0200) Subject: Staging: xgifb: Remove LCDA detection in xgifb_probe(). X-Git-Tag: v3.6-rc1~100^2~332 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=469b43c0a67d14c3c87fa87907999d1894156015;p=pandora-kernel.git Staging: xgifb: Remove LCDA detection in xgifb_probe(). The piece of code that checks for LCDA in xgifb_probe() just checks for some register values but doesn't really do anything in response to them (the actions that should be executed are commented). As nothing is really being done, the code can be safely removed. Signed-off-by: Miguel Gómez Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed