From: Grant Likely Date: Wed, 25 Nov 2009 14:23:35 +0000 (-0700) Subject: spi/xilinx_spi: fix incorrect casting X-Git-Tag: v2.6.33-rc1~279^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=920712af498a3081a9ac8256951d1c7eae109c50;p=pandora-kernel.git spi/xilinx_spi: fix incorrect casting This patch fixes the error exposed by the following build warning: drivers/spi/xilinx_spi.c: In function 'xilinx_spi_init': drivers/spi/xilinx_spi.c:411: warning: cast from pointer to integer of different size Fixed by change %x to %p in the format string. Signed-off-by: Grant Likely --- Reading git-diff-tree failed