commit | 6238e712aff51ae74177cee5b2a63c0e37044e8f | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@linux.intel.com> | Mon Nov 30 13:16:14 2009 +0000 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Dec 11 15:18:06 2009 -0800 |
tree | 24170779ab281aa8b438a3147ad052358339c5e9 | |
parent | 584abc3775e76c1a2abe725355915851ed23ed6c [diff] |
tty: sdio_uart: Fix termios handling Switching between two non standard baud rates fails because of the cflag test. Do as we did elsewhere and just kill the "optimisation". Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>