From: Mark Asselstine Date: Mon, 21 Apr 2008 21:44:16 +0000 (-0700) Subject: hamradio: Remove unneeded and deprecated cli()/sti() calls in dmascc.c X-Git-Tag: v2.6.26-rc1~1095^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02651d20a3f90dab8920dad00dec8f62f2b6a7ea;p=pandora-kernel.git hamradio: Remove unneeded and deprecated cli()/sti() calls in dmascc.c 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed