The patch titled Subject: proc-add-seq_put_decimal_ull_width-to-speed-up-proc-pid-smaps-fix has been removed from the -mm tree. Its filename was proc-add-seq_put_decimal_ull_width-to-speed-up-proc-pid-smaps-fix.patch This patch was dropped because it was folded into proc-add-seq_put_decimal_ull_width-to-speed-up-proc-pid-smaps.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: proc-add-seq_put_decimal_ull_width-to-speed-up-proc-pid-smaps-fix fix drivers/of/unittest.c build Cc: Alexey Dobriyan <adobriyan@xxxxxxxxx> Cc: Andrei Vagin <avagin@xxxxxxxxxx> Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- diff -puN drivers/of/unittest.c~proc-add-seq_put_decimal_ull_width-to-speed-up-proc-pid-smaps-fix drivers/of/unittest.c --- a/drivers/of/unittest.c~proc-add-seq_put_decimal_ull_width-to-speed-up-proc-pid-smaps-fix +++ a/drivers/of/unittest.c @@ -295,7 +295,7 @@ static void __init of_unittest_printf(vo return; } - num_to_str(phandle_str, sizeof(phandle_str), np->phandle); + num_to_str(phandle_str, sizeof(phandle_str), np->phandle, 0); of_unittest_printf_one(np, "%pOF", full_name); of_unittest_printf_one(np, "%pOFf", full_name); _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are proc-add-seq_put_decimal_ull_width-to-speed-up-proc-pid-smaps.patch fs-reiserfs-journalc-add-missing-resierfs_warning-arg.patch ipc-shmc-shm_split-remove-unneeded-test-for-null-shm_file_datavm_ops.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