The patch titled Subject: printk-help-pr_debug-and-pr_devel-to-optimize-out-arguments-fix has been removed from the -mm tree. Its filename was printk-help-pr_debug-and-pr_devel-to-optimize-out-arguments-fix.patch This patch was dropped because it was folded into printk-help-pr_debug-and-pr_devel-to-optimize-out-arguments.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: printk-help-pr_debug-and-pr_devel-to-optimize-out-arguments-fix remove braces, per Joe Cc: Aaron Conole <aconole@xxxxxxxxxx> Cc: Dmitry Vyukov <dvyukov@xxxxxxxxxx> Cc: Jason Baron <jbaron@xxxxxxxxxx> Cc: Joe Perches <joe@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/printk.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff -puN include/linux/printk.h~printk-help-pr_debug-and-pr_devel-to-optimize-out-arguments-fix include/linux/printk.h --- a/include/linux/printk.h~printk-help-pr_debug-and-pr_devel-to-optimize-out-arguments-fix +++ a/include/linux/printk.h @@ -110,9 +110,8 @@ struct va_format { */ #define no_printk(fmt, ...) \ do { \ - if (0) { \ + if (0) \ printk(fmt, ##__VA_ARGS__); \ - } \ } while (0) #ifdef CONFIG_EARLY_PRINTK _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-define-madv_free-for-some-arches.patch arch-uapi-asm-mmanh-let-madv_free-have-same-value-for-all-architectures.patch kernel-stop_machinec-remove-config_smp-dependencies.patch printk-help-pr_debug-and-pr_devel-to-optimize-out-arguments.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