mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
Remove request sense warning and fix typo.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@361 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -519,17 +519,12 @@ scsi_target_start_cmd(tmd_cmd_t *tmd)
|
||||
bc->tmds_tail = tmd;
|
||||
spin_unlock_irqrestore(&bc->tmds_lock, flags);
|
||||
|
||||
/* finally, shedule proper action */
|
||||
/* finally, schedule proper action */
|
||||
if (unlikely(tmd->cd_ini == NULL)) {
|
||||
schedule_qlaispd(SF_ADD_INITIATORS);
|
||||
} else {
|
||||
tasklet_schedule(&bc->tasklet);
|
||||
}
|
||||
|
||||
/* old bug warrning */
|
||||
if (unlikely(tmd->cd_cdb[0] == REQUEST_SENSE)) {
|
||||
Eprintk("REQUEST SENSE in auto sense mode !?!\n");
|
||||
}
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user