Commit 1b36c78f authored by Andreas Eversberg's avatar Andreas Eversberg Committed by Karsten Keil

mISDN: Minor fixes

minor typo fix
compiler warning fix
Signed-off-by: default avatarAndreas Eversberg <andreas@eversberg.eu>
Signed-off-by: default avatarKarsten Keil <kkeil@suse.de>
parent 9a812553
...@@ -135,7 +135,7 @@ ...@@ -135,7 +135,7 @@
* This register is needed for the TBR3 certification, so don't change it. * This register is needed for the TBR3 certification, so don't change it.
* *
* clock: * 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. * Selects interface with clock source for mISDN and applications.
* Set to card number starting with 1. Set to -1 to disable. * Set to card number starting with 1. Set to -1 to disable.
* By default, the first card is used as clock source. * By default, the first card is used as clock source.
......
...@@ -981,7 +981,7 @@ channel_dctrl(struct dchannel *dch, struct mISDN_ctrl_req *cq) ...@@ -981,7 +981,7 @@ channel_dctrl(struct dchannel *dch, struct mISDN_ctrl_req *cq)
if (debug & DEBUG_L1OIP_SOCKET) if (debug & DEBUG_L1OIP_SOCKET)
printk(KERN_DEBUG "%s: getting ip address.\n", printk(KERN_DEBUG "%s: getting ip address.\n",
__func__); __func__);
(u32)cq->p1 = hc->remoteip; cq->p1 = hc->remoteip;
cq->p2 = hc->remoteport | (hc->localport << 16); cq->p2 = hc->remoteport | (hc->localport << 16);
break; break;
default: default:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment