All of lore.kernel.org
 help / color / mirror / Atom feed
* + ncpfs-remove-now-unused-printk-macro.patch added to -mm tree
@ 2014-02-11  0:16 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2014-02-11  0:16 UTC (permalink / raw)
  To: mm-commits, petr, joe

Subject: + ncpfs-remove-now-unused-printk-macro.patch added to -mm tree
To: joe@perches.com,petr@vandrovec.name
From: akpm@linux-foundation.org
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@perches.com>
Subject: ncpfs: remove now unused PRINTK macro

Uses are gone, remove the macro.

Signed-off-by: Joe Perches <joe@perches.com>
Cc: Petr Vandrovec <petr@vandrovec.name>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 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)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-02-11  0:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-11  0:16 + ncpfs-remove-now-unused-printk-macro.patch added to -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.