amiserial: remove unused DBG_CNT
The ugly DBG_CNT macro is unused, so remove. Signed-off-by: Jiri Slaby <jslaby@suse.cz> Link: https://lore.kernel.org/r/20210714091314.8292-1-jslaby@suse.cz Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
33969db7ab
commit
ba998c7c3a
|
@ -31,15 +31,6 @@
|
||||||
#undef SERIAL_DEBUG_FLOW
|
#undef SERIAL_DEBUG_FLOW
|
||||||
#undef SERIAL_DEBUG_RS_WAIT_UNTIL_SENT
|
#undef SERIAL_DEBUG_RS_WAIT_UNTIL_SENT
|
||||||
|
|
||||||
/* Sanity checks */
|
|
||||||
|
|
||||||
#if defined(MODULE) && defined(SERIAL_DEBUG_MCOUNT)
|
|
||||||
#define DBG_CNT(s) printk("(%s): [%x] refc=%d, serc=%d, ttyc=%d -> %s\n", \
|
|
||||||
tty->name, (info->tport.flags), serial_driver->refcount,info->count,tty->count,s)
|
|
||||||
#else
|
|
||||||
#define DBG_CNT(s)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* End of serial driver configuration section.
|
* End of serial driver configuration section.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue