aboutsummaryrefslogtreecommitdiffstats
path: root/net/irda/irnet
diff options
context:
space:
mode:
Diffstat (limited to 'net/irda/irnet')
-rw-r--r--net/irda/irnet/irnet_ppp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/irda/irnet/irnet_ppp.c b/net/irda/irnet/irnet_ppp.c
index dfe7b38dd4af..36f43cac8eab 100644
--- a/net/irda/irnet/irnet_ppp.c
+++ b/net/irda/irnet/irnet_ppp.c
@@ -663,7 +663,7 @@ dev_irnet_ioctl(
663 if((val == N_SYNC_PPP) || (val == N_PPP)) 663 if((val == N_SYNC_PPP) || (val == N_PPP))
664 { 664 {
665 DEBUG(FS_INFO, "Entering PPP discipline.\n"); 665 DEBUG(FS_INFO, "Entering PPP discipline.\n");
666 /* PPP channel setup (ap->chan in configued in dev_irnet_open())*/ 666 /* PPP channel setup (ap->chan in configured in dev_irnet_open())*/
667 lock_kernel(); 667 lock_kernel();
668 err = ppp_register_channel(&ap->chan); 668 err = ppp_register_channel(&ap->chan);
669 if(err == 0) 669 if(err == 0)