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:
Tilman Schmidt
2009-06-07 09:09:23 +00:00
cometido por David S. Miller
padre f0a4d0e5b5
commit 4e32997205
Se han modificado 9 ficheros con 15 adiciones y 15 borrados

Ver fichero

@@ -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,