On Thu, 2011-10-27 at 15:05 -0700, Dan Williams wrote: > @@ -3563,7 +3542,7 @@ static struct isci_request > *isci_io_request_from_tag(struct isci_host *ihost, > > ireq = isci_request_from_tag(ihost, tag); > ireq->ttype_ptr.io_task_ptr = task; > - ireq->ttype = io_task; > + clear_bit(IREQ_TMF, &ireq->flags);; > task->lldd_task = ireq; Double semicolon. checkpatch.pl should warn about this. I fixed it. James -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html