summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Eversberg <andreas@eversberg.eu>2008-09-20 13:43:28 +0200
committerKarsten Keil <kkeil@suse.de>2009-01-09 22:44:28 +0100
commit1b36c78f26bfa74c1782be98acb827afa95c3b0c (patch)
tree1d72ebb275f12afadd46b3b8a3a3a3ff5d9800c5
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>
-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 4cfab20d71a..cd3f3994b7f 100644
--- a/drivers/isdn/hardware/mISDN/hfcmulti.c
+++ b/drivers/isdn/hardware/mISDN/hfcmulti.c
@@ -135,7 +135,7 @@
* This register is needed for the TBR3 certification, so don't change it.
*
* clock:
- * NOTE: only one clockdelay_te value must be given once
+ * NOTE: only one clock value must be given once
* Selects interface with clock source for mISDN and applications.
* Set to card number starting with 1. Set to -1 to disable.
* 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 3ddcd2e09dc..a6a9e1af2ad 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)
if (debug & DEBUG_L1OIP_SOCKET)
printk(KERN_DEBUG "%s: getting ip address.\n",
__func__);
- (u32)cq->p1 = hc->remoteip;
+ cq->p1 = hc->remoteip;
cq->p2 = hc->remoteport | (hc->localport << 16);
break;
default: