commit | 1dcf57ceb461fe2ddeb622fe84d9918aadefe7ba | [log] [tgz] |
---|---|---|
author | Prarit Bhargava <prarit@redhat.com> | Wed May 19 19:30:28 2010 +0000 |
committer | Grant Likely <grant.likely@secretlab.ca> | Tue May 25 00:23:16 2010 -0600 |
tree | 5ee3846260074287f601f13fe6f73155039cdd82 | |
parent | 99f1a43f436a6a92d15bddfeb65f3a920c8b88d3 [diff] |
Documentation/spi/* compile warning fix Fix this warning: Documentation/spi/spidev_fdx.c: In function `do_msg': Documentation/spi/spidev_fdx.c:61: warning: cast from pointer to integer of different size Documentation/spi/spidev_fdx.c:64: warning: cast from pointer to integer of different size buf should be unsigned long to match native arch on 32-bit x86 compile. Signed-off-by: Prarit Bhargava <prarit@redhat.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>