sc16is7xx: use kworker to update ier bits
authorJakub Kicinski <kubakici@wp.pl>
Fri, 29 May 2015 19:20:32 +0000 (21:20 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 31 May 2015 21:47:27 +0000 (06:47 +0900)
commit059d5815304bdbe440d0ffc957d832aebf076ca3
treea826710893d6d52676f92176f559e9008425fbda
parenta0104085362ff90438151e3b96513900a274d241
sc16is7xx: use kworker to update ier bits

.stop_rx/tx() are called in atomic context, we cannot use
blocking I/O. While at it correct the name of RX bit and
'*' placement in pointer declarations.

Signed-off-by: Jakub Kicinski <kubakici@wp.pl>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/sc16is7xx.c