scsi-lowlevel: remove scsi_write12_params

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

View File

@@ -1240,9 +1240,6 @@ scsi_cdb_write12(uint32_t lba, uint32_t xferlen, int blocksize, int wrprotect, i
}
task->expxferlen = xferlen;
task->params.write12.lba = lba;
task->params.write12.num_blocks = xferlen/blocksize;
return task;
}