diff --git a/[refs] b/[refs] index d3ade5a3b948..a7f5d379d5bc 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 30fa0d0f0c0ab2aa0d4c2f88eda49eaa19ea6f8d +refs/heads/master: 74eb94f7b84f4e631a0e020991fb16f17ce85ab7 diff --git a/trunk/include/linux/scatterlist.h b/trunk/include/linux/scatterlist.h index b2ec8421b89f..19b751aabd16 100644 --- a/trunk/include/linux/scatterlist.h +++ b/trunk/include/linux/scatterlist.h @@ -150,7 +150,7 @@ static inline struct scatterlist *sg_last(struct scatterlist *sgl, struct scatterlist *ret = &sgl[nents - 1]; #else struct scatterlist *sg, *ret = NULL; - int i; + unsigned int i; for_each_sg(sgl, sg, nents, i) ret = sg;