diff options
author | Alan Cox <alan@linux.intel.com> | 2009-11-05 14:27:57 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-12-12 00:18:05 +0100 |
commit | e707c35cbbe83a016cf0122a29e3a47b5a9e35c4 (patch) | |
tree | 5e0761f8e65d247f63785f5afc42623dc1291cd9 /drivers/mmc/card | |
parent | devpts_get_tty() should validate inode (diff) | |
download | linux-e707c35cbbe83a016cf0122a29e3a47b5a9e35c4.tar.xz linux-e707c35cbbe83a016cf0122a29e3a47b5a9e35c4.zip |
tty_port: Move hupcl handling
Move the HUCPL handling from the end of close_port_start to the beginning
of close_port_end. What this actually does is change the ordering from
port shutdown
port->dtr_rts
to
port->dtr_rts
port shutdown
Some hardware drops the physical connection on shutdown so we must perform
the port operations before the shutdown.
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/mmc/card')
0 files changed, 0 insertions, 0 deletions