commit | 920712af498a3081a9ac8256951d1c7eae109c50 | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@secretlab.ca> | Wed Nov 25 07:23:35 2009 -0700 |
committer | Grant Likely <grant.likely@secretlab.ca> | Tue Dec 08 18:48:15 2009 -0700 |
tree | f10ffbbd3a3e461c7781835bbef35cbf5f1ae24b | |
parent | 937041e21634ffecc92d05cf693423a2c95b7252 [diff] |
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 <grant.likely@secretlab.ca>