mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-16 18:21:27 +00:00
Remove unintended change from r334, added there only for testing TM.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@335 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -356,12 +356,8 @@ tasklet_rx_cmds(unsigned long data)
|
||||
tmd_cmd_t *tmd;
|
||||
tmd_xact_t *xact;
|
||||
struct scst_cmd *scst_cmd;
|
||||
int nloops=4;
|
||||
|
||||
rx_loop:
|
||||
if (nloops-- <= 0)
|
||||
return;
|
||||
|
||||
spin_lock_irq(&bc->tmds_lock);
|
||||
tmd = bc->tmds_front;
|
||||
if (tmd == NULL || tmd->cd_ini == NULL) {
|
||||
|
||||
Reference in New Issue
Block a user