hamradio: Remove unneeded and deprecated cli()/sti() calls in dmascc.c
authorMark Asselstine <mark.asselstine@windriver.com>
Mon, 21 Apr 2008 21:44:16 +0000 (14:44 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 21 Apr 2008 21:44:16 +0000 (14:44 -0700)
These cli()/sti() calls are made in start_timer() and are therefor
redundant since the register_lock is now used to protect register
io from within scc_isr() and write_scc() (where all calls to
start_timer() originate).

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found