From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/2] altera_jtag_uart: Adjust the declaration of debug_uart_init()
Date: Tue, 3 Nov 2015 16:22:24 +0100 [thread overview]
Message-ID: <201511031622.24951.marex@denx.de> (raw)
In-Reply-To: <1446531575-17015-1-git-send-email-thomas@wytron.com.tw>
On Tuesday, November 03, 2015 at 07:19:34 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_jtag_uart.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/serial/altera_jtag_uart.c
> b/drivers/serial/altera_jtag_uart.c index 767603c..5f0d7ac 100644
> --- a/drivers/serial/altera_jtag_uart.c
> +++ b/drivers/serial/altera_jtag_uart.c
> @@ -130,7 +130,7 @@ U_BOOT_DRIVER(altera_jtaguart) = {
>
> #include <debug_uart.h>
>
> -void debug_uart_init(void)
> +void _debug_uart_init(void)
> {
> }
Best regards,
Marek Vasut
next prev parent 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
2015-11-04 7:28 ` Chin Liang See
2015-11-06 1:28 ` Thomas Chou
2015-11-03 15:22 ` Marek Vasut [this message]
2015-11-04 7:27 ` [U-Boot] [PATCH 1/2] altera_jtag_uart: " 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.24951.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.