From: Shubhrajyoti D Date: Mon, 27 Feb 2012 13:59:05 +0000 (+0530) Subject: spi: Trivial warning fix X-Git-Tag: v3.4-rc1~170^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f53602be555e500cfcd957955bb40fac19f2a6b;p=pandora-kernel.git spi: Trivial warning fix The loop count i traverses for ntrans which is unsigned so make the loop count i also unsigned. Fix the below warning In file included from drivers/spi/spi-omap2-mcspi.c:38: include/linux/spi/spi.h: In function 'spi_message_alloc': include/linux/spi/spi.h:556: warning: comparison between signed and unsigned integer expressions Cc: Vitaly Wool Signed-off-by: Shubhrajyoti D Signed-off-by: Grant Likely --- Reading git-diff-tree failed