All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/2] altera_uart: Adjust the declaration of debug_uart_init()
Date: Tue, 3 Nov 2015 16:22:33 +0100	[thread overview]
Message-ID: <201511031622.33782.marex@denx.de> (raw)
In-Reply-To: <1446531575-17015-2-git-send-email-thomas@wytron.com.tw>

On Tuesday, November 03, 2015 at 07:19:35 AM, Thomas Chou wrote:
> Follow commit 97b059730218 ("debug_uart: Adjust the declaration of
> debug_uart_init()")
> 
> Signed-off-by: Thomas Chou <thomas@wytron.com.tw>

Reviewed-by: Marek Vasut <marex@denx.de>

> ---
>  drivers/serial/altera_uart.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/serial/altera_uart.c b/drivers/serial/altera_uart.c
> index 4c4794e..6228981 100644
> --- a/drivers/serial/altera_uart.c
> +++ b/drivers/serial/altera_uart.c
> @@ -124,7 +124,7 @@ U_BOOT_DRIVER(altera_uart) = {
> 
>  #include <debug_uart.h>
> 
> -void debug_uart_init(void)
> +void _debug_uart_init(void)
>  {
>  	struct altera_uart_regs *regs = (void *)CONFIG_DEBUG_UART_BASE;
>  	u32 div;

Best regards,
Marek Vasut

  reply	other threads:[~2015-11-03 15:22 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-03  6:19 [U-Boot] [PATCH 1/2] altera_jtag_uart: Adjust the declaration of debug_uart_init() Thomas Chou
2015-11-03  6:19 ` [U-Boot] [PATCH 2/2] altera_uart: " Thomas Chou
2015-11-03 15:22   ` Marek Vasut [this message]
2015-11-04  7:28   ` Chin Liang See
2015-11-06  1:28   ` Thomas Chou
2015-11-03 15:22 ` [U-Boot] [PATCH 1/2] altera_jtag_uart: " Marek Vasut
2015-11-04  7:27 ` Chin Liang See
2015-11-06  1:28 ` Thomas Chou
2015-11-06  3:15   ` Simon Glass
2015-11-06  4:35     ` Thomas Chou

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=201511031622.33782.marex@denx.de \
    --to=marex@denx.de \
    --cc=u-boot@lists.denx.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.