tty: sdio_uart: Fix termios handling
authorAlan Cox <alan@linux.intel.com>
Mon, 30 Nov 2009 13:16:14 +0000 (13:16 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Dec 2009 23:18:06 +0000 (15:18 -0800)
commit6238e712aff51ae74177cee5b2a63c0e37044e8f
tree24170779ab281aa8b438a3147ad052358339c5e9
parent584abc3775e76c1a2abe725355915851ed23ed6c
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>
drivers/mmc/card/sdio_uart.c