[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20071015160202.GA25812@pingi.kke.suse.de>
Date: Mon, 15 Oct 2007 18:02:02 +0200
From: Karsten Keil <kkeil@...e.de>
To: "Denis V. Lunev" <den@...nvz.org>
Cc: davem@...emloft.net, kkeil@...e.de, netdev@...r.kernel.org
Subject: Re: [PATCH] isdn compile fix (resend)
On Mon, Oct 15, 2007 at 06:44:56PM +0400, Denis V. Lunev wrote:
Compilation fix. The problem appears after
7c076d1de869256848dacb8de0050a3a390f95df by Karsten Keil <kkeil@...e.de>
Acked-by: Karsten Keil <kkeil@...e.de>
Signed-off-by: Denis V. Lunev <den@...nvz.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 */
--
Karsten Keil
SuSE Labs
ISDN and VOIP development
SUSE LINUX Products GmbH, Maxfeldstr.5 90409 Nuernberg, GF: Markus Rex, HRB 16746 (AG Nuernberg)
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists