All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: ipack: remove pr_fmt definition.
@ 2012-06-11  6:56 Samuel Iglesias Gonsalvez
  2012-06-11  7:25 ` Dan Carpenter
  0 siblings, 1 reply; 6+ messages in thread
From: Samuel Iglesias Gonsalvez @ 2012-06-11  6:56 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: Samuel Iglesias Gonsalvez, devel, linux-kernel

As there is no pr_* function used here, pr_fmt is not needed.

Signed-off-by: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
---
 drivers/staging/ipack/ipack.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/staging/ipack/ipack.c b/drivers/staging/ipack/ipack.c
index a1448e6..c1cd97a 100644
--- a/drivers/staging/ipack/ipack.c
+++ b/drivers/staging/ipack/ipack.c
@@ -9,8 +9,6 @@
  * Software Foundation; version 2 of the License.
  */
 
-#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
-
 #include <linux/module.h>
 #include <linux/slab.h>
 #include <linux/idr.h>
-- 
1.7.10


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-06-11  8:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-11  6:56 [PATCH] Staging: ipack: remove pr_fmt definition Samuel Iglesias Gonsalvez
2012-06-11  7:25 ` Dan Carpenter
2012-06-11  7:27   ` Dan Carpenter
2012-06-11  7:40     ` Samuel Iglesias Gonsálvez
2012-06-11  8:29       ` Dan Carpenter
2012-06-11  7:29   ` Samuel Iglesias Gonsálvez

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.