Re: [PATCH 12/13 linux-next] serial: use container_of to resolve uart_sunzilog_port from uart_port

2014-10-05 Thread David Miller
From: Fabian Frederick Date: Sun, 5 Oct 2014 19:19:48 +0200 > Use container_of instead of casting first structure member. > > Signed-off-by: Fabian Frederick Acked-by: David S. Miller -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to major

[PATCH 12/13 linux-next] serial: use container_of to resolve uart_sunzilog_port from uart_port

2014-10-05 Thread Fabian Frederick
Use container_of instead of casting first structure member. Signed-off-by: Fabian Frederick --- drivers/tty/serial/sunzilog.c | 24 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/drivers/tty/serial/sunzilog.c b/drivers/tty/serial/sunzilog.c index 02df394.