[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <88b6f3d3-983c-1946-a56a-954c9792a4a9@linux.intel.com>
Date: Wed, 11 Jun 2025 16:09:58 +0300 (EEST)
From: Ilpo Järvinen <ilpo.jarvinen@...ux.intel.com>
To: "Jiri Slaby (SUSE)" <jirislaby@...nel.org>
cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-serial <linux-serial@...r.kernel.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 28/33] serial: 8250: remove debug prints from ISR
On Wed, 11 Jun 2025, Jiri Slaby (SUSE) wrote:
> These are useless, we have tracing nowadays.
>
> Signed-off-by: Jiri Slaby (SUSE) <jirislaby@...nel.org>
> ---
> drivers/tty/serial/8250/8250_core.c | 4 ----
> 1 file changed, 4 deletions(-)
>
> diff --git a/drivers/tty/serial/8250/8250_core.c b/drivers/tty/serial/8250/8250_core.c
> index d42ceb6ffdc2..2bac9c7827de 100644
> --- a/drivers/tty/serial/8250/8250_core.c
> +++ b/drivers/tty/serial/8250/8250_core.c
> @@ -71,8 +71,6 @@ static irqreturn_t serial8250_interrupt(int irq, void *dev_id)
> struct list_head *l, *end = NULL;
> int pass_counter = 0, handled = 0;
>
> - pr_debug("%s(%d): start\n", __func__, irq);
> -
> spin_lock(&i->lock);
>
> l = i->head;
> @@ -97,8 +95,6 @@ static irqreturn_t serial8250_interrupt(int irq, void *dev_id)
>
> spin_unlock(&i->lock);
>
> - pr_debug("%s(%d): end\n", __func__, irq);
> -
> return IRQ_RETVAL(handled);
> }
>
>
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@...ux.intel.com>
--
i.
Powered by blists - more mailing lists