Re: [U-Boot] [PATCH] serial: Use static inline for _debug_uart_init()

2015-12-15 Thread Thomas Chou
Hi Michal, On 2015年12月14日 23:53, Michal Simek wrote: Reported-by: Thomas Chou Signed-off-by: Michal Simek --- drivers/serial/serial_xuartlite.c | 2 +- drivers/serial/serial_zynq.c | 2 +- 2 files changed, 2 insertions(+), 2

Re: [U-Boot] [PATCH] serial: Use static inline for _debug_uart_init()

2015-12-15 Thread Michal Simek
On 15.12.2015 05:20, Bin Meng wrote: > Hi Michal, > > On Mon, Dec 14, 2015 at 11:53 PM, Michal Simek > wrote: >> Reported-by: Thomas Chou >> Signed-off-by: Michal Simek >> --- > > Could you always include a simple

Re: [U-Boot] [PATCH] serial: Use static inline for _debug_uart_init()

2015-12-14 Thread Bin Meng
Hi Michal, On Mon, Dec 14, 2015 at 11:53 PM, Michal Simek wrote: > Reported-by: Thomas Chou > Signed-off-by: Michal Simek > --- Could you always include a simple sentence in the commit message? > >

Re: [U-Boot] [PATCH] serial: Use static inline for _debug_uart_init()

2015-12-14 Thread Simon Glass
On 14 December 2015 at 08:53, Michal Simek wrote: > Reported-by: Thomas Chou > Signed-off-by: Michal Simek > --- > > drivers/serial/serial_xuartlite.c | 2 +- > drivers/serial/serial_zynq.c | 2 +- > 2 files changed,