From c1d3f58bfac7fe08ee1898bb2f7ac0a99fc9a6f4 Mon Sep 17 00:00:00 2001 From: Shubhrajyoti D Date: Mon, 27 Feb 2012 19:29:05 +0530 Subject: [PATCH] --- yaml --- r: 291943 b: refs/heads/master c: 8f53602be555e500cfcd957955bb40fac19f2a6b h: refs/heads/master i: 291941: 85337877be9bea45d70e86c4f95fb2eb37eeb67e 291939: 50c932040e8fdc319aee92dd4c901739c53e8641 291935: 6dc69dd24b01e155239a41557a8c2d4acf8b84d4 v: v3 --- [refs] | 2 +- trunk/include/linux/spi/spi.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 1e2be56d8557..b1706fced842 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d1c8bbd793e4c2f346f8788ad312f5b5b530aff5 +refs/heads/master: 8f53602be555e500cfcd957955bb40fac19f2a6b diff --git a/trunk/include/linux/spi/spi.h b/trunk/include/linux/spi/spi.h index f9e30a5b3543..98679b061b63 100644 --- a/trunk/include/linux/spi/spi.h +++ b/trunk/include/linux/spi/spi.h @@ -600,7 +600,7 @@ static inline struct spi_message *spi_message_alloc(unsigned ntrans, gfp_t flags + ntrans * sizeof(struct spi_transfer), flags); if (m) { - int i; + unsigned i; struct spi_transfer *t = (struct spi_transfer *)(m + 1); INIT_LIST_HEAD(&m->transfers);