mISDN: Minor fixes
authorAndreas Eversberg <andreas@eversberg.eu>
Sat, 20 Sep 2008 11:43:28 +0000 (13:43 +0200)
committerKarsten Keil <kkeil@suse.de>
Fri, 9 Jan 2009 21:44:28 +0000 (22:44 +0100)
minor typo fix
compiler warning fix

Signed-off-by: Andreas Eversberg <andreas@eversberg.eu>
Signed-off-by: Karsten Keil <kkeil@suse.de>
drivers/isdn/hardware/mISDN/hfcmulti.c
drivers/isdn/mISDN/l1oip_core.c

index 4cfab20..cd3f399 100644 (file)
  *     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.
index 3ddcd2e..a6a9e1a 100644 (file)
@@ -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: