isdn: rename capi_ctr_reseted() to capi_ctr_down()
Change the name of the Kernel CAPI exported function capi_ctr_reseted() to something representing its purpose better. Impact: renaming, no functional change Signed-off-by: Tilman Schmidt <tilman@imap.cc> Signed-off-by: David S. Miller <davem@davemloft.net>
Este commit está contenido en:

cometido por
David S. Miller

padre
f0a4d0e5b5
commit
4e32997205
@@ -330,7 +330,7 @@ void b1_reset_ctr(struct capi_ctr *ctrl)
|
||||
spin_lock_irqsave(&card->lock, flags);
|
||||
capilib_release(&cinfo->ncci_head);
|
||||
spin_unlock_irqrestore(&card->lock, flags);
|
||||
capi_ctr_reseted(ctrl);
|
||||
capi_ctr_down(ctrl);
|
||||
}
|
||||
|
||||
void b1_register_appl(struct capi_ctr *ctrl,
|
||||
|
Referencia en una nueva incidencia
Block a user