aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/isdn/hardware/mISDN/hfcmulti.c2
-rw-r--r--drivers/isdn/mISDN/l1oip_core.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/isdn/hardware/mISDN/hfcmulti.c b/drivers/isdn/hardware/mISDN/hfcmulti.c
index 4cfab20d71a9..cd3f3994b7f8 100644
--- a/drivers/isdn/hardware/mISDN/hfcmulti.c
+++ b/drivers/isdn/hardware/mISDN/hfcmulti.c
@@ -135,7 +135,7 @@
135 * This register is needed for the TBR3 certification, so don't change it. 135 * This register is needed for the TBR3 certification, so don't change it.
136 * 136 *
137 * clock: 137 * clock:
138 * NOTE: only one clockdelay_te value must be given once 138 * NOTE: only one clock value must be given once
139 * Selects interface with clock source for mISDN and applications. 139 * Selects interface with clock source for mISDN and applications.
140 * Set to card number starting with 1. Set to -1 to disable. 140 * Set to card number starting with 1. Set to -1 to disable.
141 * By default, the first card is used as clock source. 141 * By default, the first card is used as clock source.
diff --git a/drivers/isdn/mISDN/l1oip_core.c b/drivers/isdn/mISDN/l1oip_core.c
index 3ddcd2e09dc9..a6a9e1af2ad6 100644
--- a/drivers/isdn/mISDN/l1oip_core.c
+++ b/drivers/isdn/mISDN/l1oip_core.c
@@ -981,7 +981,7 @@ channel_dctrl(struct dchannel *dch, struct mISDN_ctrl_req *cq)
981 if (debug & DEBUG_L1OIP_SOCKET) 981 if (debug & DEBUG_L1OIP_SOCKET)
982 printk(KERN_DEBUG "%s: getting ip address.\n", 982 printk(KERN_DEBUG "%s: getting ip address.\n",
983 __func__); 983 __func__);
984 (u32)cq->p1 = hc->remoteip; 984 cq->p1 = hc->remoteip;
985 cq->p2 = hc->remoteport | (hc->localport << 16); 985 cq->p2 = hc->remoteport | (hc->localport << 16);
986 break; 986 break;
987 default: 987 default: