commit | 7b16318dea8d9840dac567a2ae8c50ecdea36aea | [log] [tgz] |
---|---|---|
author | James Bottomley <jejb@titanic.(none)> | Thu Dec 15 20:17:02 2005 -0600 |
committer | James Bottomley <jejb@titanic.(none)> | Thu Dec 15 20:17:02 2005 -0600 |
tree | 8866511a03ba28dcfd98263aa0a8c65ef876c31b | |
parent | 2a1e1379bae53f647c463a677cc2ec71b591c348 [diff] [blame] |
Fix up SCSI mismerge I forgot to do a git-update-cache on the merged files ...
diff --git a/drivers/scsi/sr.c b/drivers/scsi/sr.c index 7e7398d..a4d9be7 100644 --- a/drivers/scsi/sr.c +++ b/drivers/scsi/sr.c
@@ -320,7 +320,7 @@ * these are already setup, just copy cdb basically */ if (SCpnt->request->flags & REQ_BLOCK_PC) { - scsi_setup_blk_pc_cmnd(SCpnt, MAX_RETRIES); + scsi_setup_blk_pc_cmnd(SCpnt); if (SCpnt->timeout_per_command) timeout = SCpnt->timeout_per_command;