Skip to content
Snippets Groups Projects
Commit 1dcf57ce authored by Prarit Bhargava's avatar Prarit Bhargava Committed by Grant Likely
Browse files

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: default avatarPrarit Bhargava <prarit@redhat.com>
Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent 99f1a43f
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment