On 20/08/17 14:43, Linus Walleij wrote: > On Thu, Aug 10, 2017 at 2:08 PM, Adrian Hunter <adrian.hunter@xxxxxxxxx> wrote: > >> Use local variables in mmc_blk_data_prep() in preparation for adding CQE >> support which doesn't use the output variables. >> >> Signed-off-by: Adrian Hunter <adrian.hunter@xxxxxxxxx> > > Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx> > on the patch as such but: > >> static void mmc_blk_data_prep(struct mmc_queue *mq, struct mmc_queue_req *mqrq, >> - int disable_multi, bool *do_rel_wr, >> - bool *do_data_tag) >> + int disable_multi, bool *do_rel_wr_p, >> + bool *do_data_tag_p) > > We need to figure out what we mean by "tag" in eMMC. Data tags are an eMMC invention to categorize the type of data. They have nothing to do with block layer tags. -- 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