android_kernel_xiaomi_sm8350/drivers/isdn
Mark Asselstine a9dd7fe287 hysdn: Remove cli()/sti() calls.
The use of cli()/sti() within the do/while was a way to ensure
interrupts were only disabled for short periods of time while the bulk
of the time interrupts were free to occur.  The use of the spin lock
has eliminated the need to play with interrupts in this way while
still allowing for IO to be protected.

The remaining 3 sti() calls seem unneeded now that at no other point
in the driver is there a call to cli().

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Acked-by: Karsten Keil <kkeil@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-05-14 23:25:33 -07:00
..
act2000 fix ! versus & precedence in various places 2008-02-06 10:40:59 -08:00
capi isdn: switch to int put_char method 2008-04-30 08:29:46 -07:00
divert isdn: use non-racy method for proc entries creation 2008-04-29 08:06:22 -07:00
gigaset tty: The big operations rework 2008-04-30 08:29:47 -07:00
hardware isdn: use non-racy method for proc entries creation 2008-04-29 08:06:22 -07:00
hisax hisax: depend on CONFIG_PNP, not __ISAPNP__ 2008-04-28 08:58:34 -07:00
hysdn hysdn: Remove cli()/sti() calls. 2008-05-14 23:25:33 -07:00
i4l tty/serial: lay the foundations for the next set of reworks 2008-04-30 08:29:45 -07:00
icn fix ! versus & precedence in various places 2008-02-06 10:40:59 -08:00
isdnloop drivers/isdn: correct use of ! and & 2008-03-04 16:35:16 -08:00
pcbit
sc [ISDN] sc: Really, really fix warning 2007-11-14 15:59:43 -08:00
Kconfig
Makefile