serial: ifx6x60: fixed call to tty_port_init
commitb68f23b24e0013d489aaa986da0210feea00d4c1
authorRuss Gorby <russ.gorby@intel.com>
Mon, 7 Feb 2011 20:02:27 +0000 (7 12:02 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 17 Feb 2011 19:16:14 +0000 (17 11:16 -0800)
treea158db0ea0f7fde614993865422056e89d6234cf
parentfcdba07ee390d9d9c15de8b2a17baef689284fcc
serial: ifx6x60: fixed call to tty_port_init

The port ops must be set AFTER calling port init as that function
zeroes the structure

Signed-off-by: Russ Gorby <russ.gorby@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/tty/serial/ifx6x60.c