mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-14 23:56:48 +07:00
staging: dgnc: remove tracing prints in dgnc_tty.c
Remove tracing prints in dgnc_tty_send_xchar. The same functionality could be achieved by using ftrace. Signed-off-by: Abhishek Bhardwaj <abshkbh@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
65bf4ea10f
commit
fdbcd02357
@ -1858,13 +1858,9 @@ static void dgnc_tty_send_xchar(struct tty_struct *tty, char c)
|
||||
if (!bd || bd->magic != DGNC_BOARD_MAGIC)
|
||||
return;
|
||||
|
||||
dev_dbg(tty->dev, "dgnc_tty_send_xchar start\n");
|
||||
|
||||
spin_lock_irqsave(&ch->ch_lock, flags);
|
||||
bd->bd_ops->send_immediate_char(ch, c);
|
||||
spin_unlock_irqrestore(&ch->ch_lock, flags);
|
||||
|
||||
dev_dbg(tty->dev, "dgnc_tty_send_xchar finish\n");
|
||||
}
|
||||
|
||||
/* Return modem signals to ld. */
|
||||
|
Loading…
Reference in New Issue
Block a user