Re: [U-Boot] [PATCH] serial: ns16550: Fix build error due to a typo

2015-03-02 Thread Tom Rini
On Sat, Feb 28, 2015 at 03:55:36PM +0800, Axel Lin wrote: > Fix trivial typo. > > Acked-by: Simon Glass > Signed-off-by: Axel Lin Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot

Re: [U-Boot] [PATCH] serial: ns16550: Fix build error due to a typo

2015-03-01 Thread Simon Glass
On 28 February 2015 at 00:55, Axel Lin wrote: > Fix trivial typo. > > Signed-off-by: Axel Lin > --- > drivers/serial/ns16550.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: Simon Glass ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] [PATCH] serial: ns16550: Fix build error due to a typo

2015-03-01 Thread Axel Lin
Fix trivial typo. Signed-off-by: Axel Lin --- drivers/serial/ns16550.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/serial/ns16550.c b/drivers/serial/ns16550.c index eb00f1c..03beab5 100644 --- a/drivers/serial/ns16550.c +++ b/drivers/serial/ns16550.c @@ -80,7 +80,