From: Grant Likely Date: Wed, 17 Jun 2009 06:30:02 +0000 (-0600) Subject: fbdev/xilinxfb: Fix improper casting and tighen up probe path X-Git-Tag: v2.6.31-rc1~110^2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa296a891d1f3704d40127e998c31dfda531fca7;p=pandora-kernel.git fbdev/xilinxfb: Fix improper casting and tighen up probe path The xilinxfb driver is improperly casting a physical address to a u32, and the probe routine isn't as straight forward as it could be. (discovered by gcc spitting out warnings on most recent change to xilinxfb driver). This patch fixes the cast and simplifies the probe path. Signed-off-by: Grant Likely Tested-by: John Linn --- Reading git-diff-tree failed