Re: [spi-devel-general] Documentation/spi/* compile warning fix

2010-05-19 Thread Grant Likely
On Wed, May 19, 2010 at 1:25 PM, Prarit Bhargava wrote: > Sorry everyone ... I left off [PATCH]: ... will resend shortly. > > (And then I top-posted too...) [PATCH] is trivial and unnecessary. As long as it shows up in patchwork, then I won't forget about it: https://patchwork.kernel.org/patch/

Re: [spi-devel-general] Documentation/spi/* compile warning fix

2010-05-19 Thread Prarit Bhargava
Sorry everyone ... I left off [PATCH]: ... will resend shortly. (And then I top-posted too...) P. On 05/19/2010 02:01 PM, Prarit Bhargava wrote: > Fix this warning: > > Documentation/spi/spidev_fdx.c: In function `do_msg': > Documentation/spi/spidev_fdx.c:61: warning: cast from pointer to intege

[spi-devel-general] Documentation/spi/* compile warning fix

2010-05-19 Thread Prarit Bhargava
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 nati