The patch titled memstick-add-support-for-legacy-memorysticks-update has been added to the -mm tree. Its filename is memstick-add-support-for-legacy-memorysticks-update.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://userweb.kernel.org/~akpm/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: memstick-add-support-for-legacy-memorysticks-update From: Maxim Levitsky <maximlevitsky@xxxxxxxxx> Signed-off-by: Maxim Levitsky <maximlevitsky@xxxxxxxxx> Cc: Alex Dubov <oakad@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/memstick/core/ms_block.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/memstick/core/ms_block.c~memstick-add-support-for-legacy-memorysticks-update drivers/memstick/core/ms_block.c --- a/drivers/memstick/core/ms_block.c~memstick-add-support-for-legacy-memorysticks-update +++ a/drivers/memstick/core/ms_block.c @@ -1354,7 +1354,7 @@ static int msb_ftl_scan(struct msb_data continue; } - ms_printk("collision between blocks %d and %d with" + ms_printk("collision between blocks %d and %d," " without stable flag set on both, erasing pba %d", pba, other_block, other_block); _ Patches currently in -mm which might be from maximlevitsky@xxxxxxxxx are origin.patch memstick-core-fix-device_register-error-handling.patch memstick-factor-out-transfer-initiating-functionality-in-mspro_blockc.patch memstick-factor-out-transfer-initiating-functionality-in-mspro_blockc-fix.patch memstick-add-support-for-mspro-specific-data-transfer-method.patch scatterlist-new-helper-functions.patch scatterlist-new-helper-functions-fix.patch memstick-add-driver-for-ricoh-r5c592-card-reader.patch memstick-add-support-for-legacy-memorysticks.patch memstick-add-support-for-legacy-memorysticks-update.patch memstick-add-alex-dubov-to-maintainers-of-the-memstick-core.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