serial: sunsab: use container_of to resolve uart_sunsu_port from uart_port
authorFabian Frederick <[email protected]>
Sun, 5 Oct 2014 17:01:10 +0000 (19:01 +0200)
committerGreg Kroah-Hartman <[email protected]>
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 <[email protected]>
Acked-by: David S. Miller <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/tty/serial/sunsab.c