netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] isdn compile fix (resend)
@ 2007-10-15 14:44 Denis V. Lunev
  2007-10-15 16:02 ` Karsten Keil
  0 siblings, 1 reply; 3+ messages in thread
From: Denis V. Lunev @ 2007-10-15 14:44 UTC (permalink / raw)
  To: davem; +Cc: kkeil, den, netdev

Compilation fix. The problem appears after
7c076d1de869256848dacb8de0050a3a390f95df by Karsten Keil <kkeil@suse.de>

CC: Karsten Keil <kkeil@suse.de>
Signed-off-by: Denis V. Lunev <den@openvz.org>

--- ./drivers/isdn/i4l/isdn_net.c.isdn2	2007-10-15 13:55:24.000000000 +0400
+++ ./drivers/isdn/i4l/isdn_net.c	2007-10-15 18:19:11.000000000 +0400
@@ -2713,7 +2713,7 @@ isdn_net_setcfg(isdn_net_ioctl_cfg * cfg
 		case ISDN_NET_ENCAP_X25IFACE:
 #ifndef CONFIG_ISDN_X25
 			printk(KERN_WARNING "%s: isdn-x25 support not configured\n",
-			       p->local->name);
+			       p->dev->name);
 			return -EINVAL;
 #else
 			p->dev->type = ARPHRD_X25;	/* change ARP type */

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

end of thread, other threads:[~2007-10-15 19:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-15 14:44 [PATCH] isdn compile fix (resend) Denis V. Lunev
2007-10-15 16:02 ` Karsten Keil
2007-10-15 19:52   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).