Commit 1934cd65 authored by Eric Sandeen's avatar Eric Sandeen Committed by Linus Torvalds

[PATCH] wan/sdla_chdlc.c oops fix

This "warning fix" bug report is actually an OOPS bugfix.
parent 803e701d
...@@ -2852,7 +2852,7 @@ static void process_route (sdla_t *card) ...@@ -2852,7 +2852,7 @@ static void process_route (sdla_t *card)
#endif #endif
if(err) { if(err) {
printk(KERN_INFO printk(KERN_INFO
"%s: Remove route %s failed, (err %d)\n", "%s: Remove route %u.%u.%u.%u failed, (err %d)\n",
card->devname, NIPQUAD(remote_IP_addr), card->devname, NIPQUAD(remote_IP_addr),
err); err);
} else { } else {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment