From: Greg Kroah-Hartman Date: Wed, 8 Sep 2010 08:49:45 +0000 (-0700) Subject: Staging: xgifb: revert a warning fix and resolve it properly X-Git-Tag: v2.6.37-rc1~60^2~3^2~658 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51973d7fa0a2f2087e640200fda23f6bac71fae2;p=pandora-kernel.git Staging: xgifb: revert a warning fix and resolve it properly Jiri pointed out that the previous compiler warning fix was incorrect as the compiler was properly saying that the variable was not being set. This was due to a #define commenting out all of the logic in the function. This patch reverts Javier's previous one, and properly fixes the issue by making the function actually doing something. Reported-by: Jiri Slaby Cc: Javier Martinez Canillas Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed