Hi, On Tue, Jan 08 2013, Marek Vasut wrote: >> Fixes the following warning when building with W=1 option: >> >> drivers/mmc/host/mxs-mmc.c: In function 'mxs_mmc_adtc': >> drivers/mmc/host/mxs-mmc.c:401:2: warning: comparison between signed and >> unsigned integer expressions [-Wsign-compare] >> >> The warning happens because 'i' is used in 'for_each_sg(sgl, sg, sg_len, >> i)' and should be made unsigned. >> >> Signed-off-by: Fabio Estevam <fabio.estevam@xxxxxxxxxxxxx> > > Nice > > Acked-by: Marek Vasut <marex@xxxxxxx> Thanks, pushed to mmc-next for 3.9. - Chris. -- Chris Ball <cjb@xxxxxxxxxx> <http://printf.net/> One Laptop Per Child -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html