]> Pileus Git - ~andy/linux/commit
m68knommu: fix dereference of port.tty
authorGreg Ungerer <gerg@uclinux.org>
Tue, 8 Feb 2011 11:32:36 +0000 (21:32 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Tue, 15 Feb 2011 23:43:18 +0000 (09:43 +1000)
commitbc0c36d3c831b5f33ca0dab39535f5deb8c55b62
tree5afac5eefe19690677c9a3a0779a3536c995e3a9
parent81174262e2e653e15c7ef23efa5f88fe31e91e2a
m68knommu: fix dereference of port.tty

The struct_tty associated with a port is now a direct pointer
from within the local private driver info struct. So fix all uses
of it.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
drivers/tty/serial/68328serial.c