mbox series

[0/3] tty/serial/ucc_uart: Adjustments for two functions

Message ID 5c6d363d-398b-4695-78c3-33b9e8dbffa3@users.sourceforge.net (mailing list archive)
Headers show
Series tty/serial/ucc_uart: Adjustments for two functions | expand

Message

SF Markus Elfring Dec. 6, 2017, 9:10 p.m. UTC
From: Markus Elfring <elfring@users.sourceforge.net>
Date: Wed, 6 Dec 2017 22:06:44 +0100

Three update suggestions were taken into account
from static source code analysis.

Markus Elfring (3):
  Delete an error message for a failed memory allocation in ucc_uart_probe()
  Improve a size determination in ucc_uart_probe()
  Fix a typo in a comment line

 drivers/tty/serial/ucc_uart.c | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

Comments

Timur Tabi Dec. 6, 2017, 10:22 p.m. UTC | #1
On 12/06/2017 03:10 PM, SF Markus Elfring wrote:
> 
> Three update suggestions were taken into account
> from static source code analysis.
> 
> Markus Elfring (3):
>    Delete an error message for a failed memory allocation in ucc_uart_probe()
>    Improve a size determination in ucc_uart_probe()
>    Fix a typo in a comment line

All three:

Acked-by: Timur Tabi <timur@tabi.org>