Re: [PATCH 2/2] tty: serial: men_z135_uart.c: Don't initialize port->lock

2015-08-06 Thread Peter Hurley
On 08/06/2015 03:16 AM, Johannes Thumshirn wrote: > port->lock get's initialized in uart_add_one_port(), no need to do it > in men_z135_probe(). Reviewed-by: Peter Hurley -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.

[PATCH 2/2] tty: serial: men_z135_uart.c: Don't initialize port->lock

2015-08-06 Thread Johannes Thumshirn
port->lock get's initialized in uart_add_one_port(), no need to do it in men_z135_probe(). Signed-off-by: Johannes Thumshirn Cc: Peter Hurley --- drivers/tty/serial/men_z135_uart.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/tty/serial/men_z135_uart.c b/drivers/tty/serial/men_z1