]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/isdn/mISDN/l1oip_core.c
mISDN: Minor fixes
[linux-2.6-omap-h63xx.git] / drivers / isdn / mISDN / l1oip_core.c
index 3ddcd2e09dc9216d563ba40be5128bb7ddbae339..a6a9e1af2ad663956cf79e538e6f770d4f263956 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: