Re: [PATCH 1/2] serial: tegra: Delete an error message for a failed memory allocation in tegra_uart_probe()

2017-12-08 Thread Jon Hunter
On 08/12/17 09:37, Laxman Dewangan wrote: > On Friday 08 December 2017 01:49 AM, SF Markus Elfring wrote: >> From: Markus Elfring >> Date: Thu, 7 Dec 2017 21:00:05 +0100 >> >> Omit an extra message for a memory allocation failure in this function. >> >> This issue was detected by using the Coccin

Re: [PATCH 1/2] serial: tegra: Delete an error message for a failed memory allocation in tegra_uart_probe()

2017-12-08 Thread Laxman Dewangan
On Friday 08 December 2017 01:49 AM, SF Markus Elfring wrote: From: Markus Elfring Date: Thu, 7 Dec 2017 21:00:05 +0100 Omit an extra message for a memory allocation failure in this function. This issue was detected by using the Coccinelle software. Acked-by: Laxman Dewangan

[PATCH 1/2] serial: tegra: Delete an error message for a failed memory allocation in tegra_uart_probe()

2017-12-07 Thread SF Markus Elfring
From: Markus Elfring Date: Thu, 7 Dec 2017 21:00:05 +0100 Omit an extra message for a memory allocation failure in this function. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring --- drivers/tty/serial/serial-tegra.c | 4 +--- 1 file changed, 1 insertion