aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/mISDN
diff options
context:
space:
mode:
authorAndreas Eversberg <andreas@eversberg.eu>2008-09-20 07:43:28 -0400
committerKarsten Keil <kkeil@suse.de>2009-01-09 16:44:28 -0500
commit1b36c78f26bfa74c1782be98acb827afa95c3b0c (patch)
tree1d72ebb275f12afadd46b3b8a3a3a3ff5d9800c5 /drivers/isdn/mISDN
parent9a812553bdc097a566aa79df7fae3457449c555b (diff)
mISDN: Minor fixes
minor typo fix compiler warning fix Signed-off-by: Andreas Eversberg <andreas@eversberg.eu> Signed-off-by: Karsten Keil <kkeil@suse.de>
Diffstat (limited to 'drivers/isdn/mISDN')
-rw-r--r--drivers/isdn/mISDN/l1oip_core.c2
1 files changed, 1 insertions, 1 deletions
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: