]> git.baikalelectronics.ru Git - kernel.git/commit
serial: pmac_zilog: remove tracing prints
authorJiri Slaby <jslaby@suse.cz>
Thu, 19 May 2022 07:56:52 +0000 (09:56 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 May 2022 16:23:19 +0000 (18:23 +0200)
commit7e3b852b69c08839f1df9f5e13ec6c3f4c637bbb
tree53ca5ca0fdcd76c53a8b836a8efae4f033004223
parent081051ed51bfc8ad805cca9156d62ce761827a9c
serial: pmac_zilog: remove tracing prints

Remove debug printouts upon function enter/exit. This can be achieved
better by tracing.

Remove also the one protected by DEBUG_HARD which is not defined anyway.

Cc: Michael Ellerman <mpe@ellerman.id.au>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20220519075653.31356-3-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/pmac_zilog.c