All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 5/6]NET:AX25:ROSE Adds the log priority to a printk
@ 2016-07-16  9:45 Richard Stearn
  0 siblings, 0 replies; only message in thread
From: Richard Stearn @ 2016-07-16  9:45 UTC (permalink / raw)
  To: netdev, linux-hams

Subject: [PATCH 5/6]NET:AX25:ROSE Adds the log priority to a printk
Adds the log priority to a printk.

Signed-off-by: Richard Stearn <richard@rns-stearn.demon.co.uk>
---
 net/rose/rose_route.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/rose/rose_route.c b/net/rose/rose_route.c
index 56e53d5..9f256ed 100644
--- a/net/rose/rose_route.c
+++ b/net/rose/rose_route.c
@@ -903,7 +903,7 @@ int rose_route_frame(struct sk_buff *skb, ax25_cb *ax25)
 	}
 
 	if (rose_neigh == NULL) {
-		printk("rose_route : unknown neighbour or device %s\n",
+		printk(KERN_ERR "rose_route_frame: unknown neighbour or device %s\n",
 		       ax2asc(buf, &ax25->dest_addr));
 		goto out;
 	}

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

only message in thread, other threads:[~2016-07-16  9:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-16  9:45 [PATCH 5/6]NET:AX25:ROSE Adds the log priority to a printk Richard Stearn

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.