aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/isdn')
-rw-r--r--drivers/isdn/i4l/isdn_net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/i4l/isdn_net.c b/drivers/isdn/i4l/isdn_net.c
index 71ec2a8aab2a..b39d1f5b378e 100644
--- a/drivers/isdn/i4l/isdn_net.c
+++ b/drivers/isdn/i4l/isdn_net.c
@@ -2713,7 +2713,7 @@ isdn_net_setcfg(isdn_net_ioctl_cfg * cfg)
2713 case ISDN_NET_ENCAP_X25IFACE: 2713 case ISDN_NET_ENCAP_X25IFACE:
2714#ifndef CONFIG_ISDN_X25 2714#ifndef CONFIG_ISDN_X25
2715 printk(KERN_WARNING "%s: isdn-x25 support not configured\n", 2715 printk(KERN_WARNING "%s: isdn-x25 support not configured\n",
2716 p->local->name); 2716 p->dev->name);
2717 return -EINVAL; 2717 return -EINVAL;
2718#else 2718#else
2719 p->dev->type = ARPHRD_X25; /* change ARP type */ 2719 p->dev->type = ARPHRD_X25; /* change ARP type */