summaryrefslogtreecommitdiff
path: root/include/linux/serial_core.h
diff options
context:
space:
mode:
authorJamie Iles <jamie@jamieiles.com>2010-12-01 23:39:35 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2010-12-10 23:19:37 (GMT)
commit49d5741be27aa90301b89bf254972b355ed9c8ee (patch)
tree10da68046d0ba7e92cd156d413d8b03f72dec0fb /include/linux/serial_core.h
parent1b41dbc1296269797efbb2b0837732b74de4731d (diff)
downloadlinux-fsl-qoriq-49d5741be27aa90301b89bf254972b355ed9c8ee.tar.xz
8250: use container_of() instead of casting
The 8250 driver structure uart_8250_port took advantage of the fact that the struct uart_port was the first member of its structure and used an explicit cast to convert to the derived class. Replace the explicit casts with container_of() for safety and clarity. Signed-off-by: Jamie Iles <jamie@jamieiles.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/serial_core.h')
0 files changed, 0 insertions, 0 deletions