The patch titled MMC: DATA_CARRY is not boolean in tifm_sd_transfer_data() has been added to the -mm tree. Its filename is mmc-data_carry-is-not-boolean-in-tifm_sd_transfer_data.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: MMC: DATA_CARRY is not boolean in tifm_sd_transfer_data() From: Roel Kluin <12o3l@xxxxxxxxxx> DATA_CARRY is not boolean Signed-off-by: Roel Kluin <12o3l@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/mmc/host/tifm_sd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/mmc/host/tifm_sd.c~mmc-data_carry-is-not-boolean-in-tifm_sd_transfer_data drivers/mmc/host/tifm_sd.c --- a/drivers/mmc/host/tifm_sd.c~mmc-data_carry-is-not-boolean-in-tifm_sd_transfer_data +++ a/drivers/mmc/host/tifm_sd.c @@ -180,7 +180,7 @@ static void tifm_sd_transfer_data(struct host->sg_pos++; if (host->sg_pos == host->sg_len) { if ((r_data->flags & MMC_DATA_WRITE) - && DATA_CARRY) + && (host->cmd_flags & DATA_CARRY)) writel(host->bounce_buf_data[0], host->dev->addr + SOCK_MMCSD_DATA); _ Patches currently in -mm which might be from 12o3l@xxxxxxxxxx are origin.patch git-dvb.patch drivers-media-video-tvp5150c-logical-bitwise-and-confusion.patch adt746x-logical-bitwise-confusion-in-set_max_duty_at_crit.patch mmc-data_carry-is-not-boolean-in-tifm_sd_transfer_data.patch block-blk-mergec-inverted-likeliness-in-ll_back_merge_fn.patch free-when-fb-cant-be-registered-in-video-aty-atyfb_basec.patch drivers-video-aty-aty128fbc-fix-incorrect-usage-of-strncat-in-aty128_init.patch drivers-video-imsttfbc-add-missing-curly-brackets.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html