This commit is contained in:
Gregory Nutt 2015-04-09 07:59:31 -06:00
parent e113be1bff
commit 2c53894065
2 changed files with 2 additions and 1 deletions

View File

@ -1018,6 +1018,7 @@ static int efm32_ioctl(struct file *filep, int cmd, unsigned long arg)
config->baud = cfgetispeed(termiosp);
/* Just speed is yet implemented */
efm32_disableuartint(priv,&ien);
efm32_uartconfigure(config->uartbase, config->baud, config->parity,

View File

@ -2045,7 +2045,7 @@ static int up_ioctl(struct file *filep, int cmd, unsigned long arg)
priv->baud = cfgetispeed(termiosp);
/* effect the changes immediately - note that we do not implement
/* Effect the changes immediately - note that we do not implement
* TCSADRAIN / TCSAFLUSH
*/