isdn: capi, drop useless pr_debugs
authorJiri Slaby <jslaby@suse.cz>
Wed, 5 May 2021 09:19:26 +0000 (11:19 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 May 2021 16:29:11 +0000 (18:29 +0200)
commit1bf42296634178b2435e2b313443864467bbb848
treed755a0ad9c2534c428a4eb95c586592cbc85958b
parent3e679e1da5ef01825df87d0ed96bef8cb2e39635
isdn: capi, drop useless pr_debugs

capi have many pr_debugs in tty_operations hooks to print only a
functions name. We have better debugging aids in the kernel many years
now. So remove these useless pr_debugs.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Cc: Karsten Keil <isdn@linux-pingi.de>
Cc: netdev@vger.kernel.org
Link: https://lore.kernel.org/r/20210505091928.22010-34-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/isdn/capi/capi.c