Subject: + ncpfs-remove-now-unused-printk-macro.patch added to -mm tree To: joe@xxxxxxxxxxx,petr@xxxxxxxxxxxxxx From: akpm@xxxxxxxxxxxxxxxxxxxx Date: Mon, 10 Feb 2014 16:16:14 -0800 The patch titled Subject: ncpfs: remove now unused PRINTK macro has been added to the -mm tree. Its filename is ncpfs-remove-now-unused-printk-macro.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/ncpfs-remove-now-unused-printk-macro.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/ncpfs-remove-now-unused-printk-macro.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 *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Joe Perches <joe@xxxxxxxxxxx> Subject: ncpfs: remove now unused PRINTK macro Uses are gone, remove the macro. Signed-off-by: Joe Perches <joe@xxxxxxxxxxx> Cc: Petr Vandrovec <petr@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/ncpfs/ncp_fs.h | 3 --- 1 file changed, 3 deletions(-) diff -puN fs/ncpfs/ncp_fs.h~ncpfs-remove-now-unused-printk-macro fs/ncpfs/ncp_fs.h --- a/fs/ncpfs/ncp_fs.h~ncpfs-remove-now-unused-printk-macro +++ a/fs/ncpfs/ncp_fs.h @@ -2,9 +2,6 @@ #include "ncp_fs_i.h" #include "ncp_fs_sb.h" -/* define because it is easy to change PRINTK to {*}PRINTK */ -#define PRINTK(format, args...) printk(KERN_DEBUG format , ## args) - #undef NCPFS_PARANOIA #ifdef NCPFS_PARANOIA #define ncp_vdbg(fmt, ...) \ _ Patches currently in -mm which might be from joe@xxxxxxxxxxx are get_maintainer-fix-detection-of-git-repository.patch checkpatch-fix-detection-of-git-repository.patch mm-utilc-add-kstrimdup.patch checkpatch-add-test-for-long-udelay.patch checkpatch-dont-warn-on-some-function-pointer-return-styles.patch ncpfs-add-pr_fmt-and-convert-printks-to-pr_level.patch ncpfs-convert-dprintk-ddprintk-to-ncp_dbg.patch ncpfs-convert-dprintk-ddprintk-to-ncp_dbg-fix.patch ncpfs-convert-pprintk-to-ncp_vdbg.patch ncpfs-remove-now-unused-printk-macro.patch ncpfs-inode-fix-mismatch-printk-formats-and-arguments.patch linux-next.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