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:
Stanislaw Gruszka
2008-04-11 08:18:02 +00:00
parent 83c63625e6
commit 67ea9c1d0a

View File

@@ -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) {