From 1dcf57ceb461fe2ddeb622fe84d9918aadefe7ba Mon Sep 17 00:00:00 2001 From: Prarit Bhargava Date: Wed, 19 May 2010 19:30:28 +0000 Subject: [PATCH] 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 Signed-off-by: Grant Likely --- Reading git-format-patch failed