X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fisdn%2Fhysdn%2Fhycapi.c;h=8ee25b2ccce1b8fb354d1f99088a577d866ed32f;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=4f639037f1f3489c36b0e46e7a88f99d664a671b;hpb=9bf4aaab3e101692164d49b7ca357651eb691cb6;p=linux-2.6.git diff --git a/drivers/isdn/hysdn/hycapi.c b/drivers/isdn/hysdn/hycapi.c index 4f639037f..8ee25b2cc 100644 --- a/drivers/isdn/hysdn/hycapi.c +++ b/drivers/isdn/hysdn/hycapi.c @@ -246,8 +246,6 @@ hycapi_register_appl(struct capi_ctr *ctrl, __u16 appl, rp->level3cnt = MaxLogicalConnections; memcpy(&hycapi_applications[appl-1].rp, rp, sizeof(capi_register_params)); - -/* MOD_INC_USE_COUNT; */ } /********************************************************************* @@ -311,7 +309,6 @@ hycapi_release_appl(struct capi_ctr *ctrl, __u16 appl) { hycapi_release_internal(ctrl, appl); } -/* MOD_DEC_USE_COUNT; */ }