git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
937041e
)
spi/xilinx_spi: fix incorrect casting
author
Grant Likely
<grant.likely@secretlab.ca>
Wed, 25 Nov 2009 14:23:35 +0000
(07:23 -0700)
committer
Grant Likely
<grant.likely@secretlab.ca>
Wed, 9 Dec 2009 01:48:15 +0000
(18:48 -0700)
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>
No differences found