scsi-lowlevel: remove scsi_writeverify12_params

Signed-off-by: Arne Redlich <arne.redlich@googlemail.com>
This commit is contained in:
Arne Redlich
2012-11-18 21:53:44 +01:00
parent fff2527cda
commit a262d07c4b
2 changed files with 0 additions and 8 deletions

View File

@@ -2172,9 +2172,6 @@ scsi_cdb_writeverify12(uint32_t lba, uint32_t xferlen, int blocksize, int wrprot
}
task->expxferlen = xferlen;
task->params.writeverify12.lba = lba;
task->params.writeverify12.num_blocks = xferlen/blocksize;
return task;
}