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);