mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Jesper Nilsson <jesper.nilsson@axis.com>
To: Masanari Iida <standby24x7@gmail.com>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Mikael Starvik <starvik@axis.com>,
	Jesper Nilsson <jespern@axis.com>,
	linux-cris-kernel <linux-cris-kernel@axis.com>
Subject: Re: [PATCH] cris: Remove unnecessary KERN_INFO from sync_serial.c
Date: Tue, 27 Jan 2015 15:19:37 +0100	[thread overview]
Message-ID: <20150127141937.GA26817@axis.com> (raw)
In-Reply-To: <1421322728-18968-1-git-send-email-standby24x7@gmail.com>

On Thu, Jan 15, 2015 at 12:52:08PM +0100, Masanari Iida wrote:
> This patch remove unnecessary KERN_INFO in sync_serial.c

Thanks, added for 3.20.

/Jesper

> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
> ---
>  arch/cris/arch-v32/drivers/sync_serial.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/cris/arch-v32/drivers/sync_serial.c b/arch/cris/arch-v32/drivers/sync_serial.c
> index 08a313f..91e8773 100644
> --- a/arch/cris/arch-v32/drivers/sync_serial.c
> +++ b/arch/cris/arch-v32/drivers/sync_serial.c
> @@ -1286,7 +1286,7 @@ static void start_dma_out(struct sync_port *port, const char *data, int count)
>  
>  		tr_cfg.tr_en = regk_sser_yes;
>  		REG_WR(sser, port->regi_sser, rw_tr_cfg, tr_cfg);
> -		DEBUGTRDMA(pr_info(KERN_INFO "dma s\n"););
> +		DEBUGTRDMA(pr_info("dma s\n"););
>  	} else {
>  		DMA_CONTINUE_DATA(port->regi_dmaout);
>  		DEBUGTRDMA(pr_info("dma c\n"););
> @@ -1443,7 +1443,7 @@ static inline void handle_rx_packet(struct sync_port *port)
>  	reg_dma_rw_ack_intr ack_intr = { .data = regk_dma_yes };
>  	unsigned long flags;
>  
> -	DEBUGRXINT(pr_info(KERN_INFO "!"));
> +	DEBUGRXINT(pr_info("!"));
>  	spin_lock_irqsave(&port->lock, flags);
>  
>  	/* If we overrun the user experience is crap regardless if we
> -- 
> 2.3.0.rc0

/^JN - Jesper Nilsson
-- 
               Jesper Nilsson -- jesper.nilsson@axis.com

      reply	other threads:[~2015-01-27 14:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-15 11:52 Masanari Iida
2015-01-27 14:19 ` Jesper Nilsson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150127141937.GA26817@axis.com \
    --to=jesper.nilsson@axis.com \
    --cc=jespern@axis.com \
    --cc=linux-cris-kernel@axis.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=standby24x7@gmail.com \
    --cc=starvik@axis.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome