]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
serial: sunsab: use container_of to resolve uart_sunsu_port from uart_port
authorFabian Frederick <fabf@skynet.be>
Sun, 5 Oct 2014 17:01:10 +0000 (19:01 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Nov 2014 03:20:52 +0000 (19:20 -0800)
commit726657653ff1400bd144b6f293b907d2a1fc9865
tree0ceeb7441ae120f3df4946fd066471a57f01a83b
parent9a6962c531d890880b5b6a75df0678b1ba7742cc
serial: sunsab: use container_of to resolve uart_sunsu_port from uart_port

Use container_of instead of casting first structure member.

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/sunsab.c