* [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
* Re: [PATCH] isdn compile fix (resend)
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
0 siblings, 1 reply; 3+ messages in thread
From: Karsten Keil @ 2007-10-15 16:02 UTC (permalink / raw)
To: Denis V. Lunev; +Cc: davem, kkeil, netdev
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@suse.de>
Acked-by: 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 */
--
Karsten Keil
SuSE Labs
ISDN and VOIP development
SUSE LINUX Products GmbH, Maxfeldstr.5 90409 Nuernberg, GF: Markus Rex, HRB 16746 (AG Nuernberg)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] isdn compile fix (resend)
2007-10-15 16:02 ` Karsten Keil
@ 2007-10-15 19:52 ` David Miller
0 siblings, 0 replies; 3+ messages in thread
From: David Miller @ 2007-10-15 19:52 UTC (permalink / raw)
To: kkeil; +Cc: den, netdev
From: Karsten Keil <kkeil@suse.de>
Date: Mon, 15 Oct 2007 18:02:02 +0200
> 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@suse.de>
>
> Acked-by: Karsten Keil <kkeil@suse.de>
> Signed-off-by: Denis V. Lunev <den@openvz.org>
Applied, thanks everyone.
^ 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).