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/st.c b/drivers/scsi/st.c index 894ad53..c4aade8 100644 --- a/drivers/scsi/st.c +++ b/drivers/scsi/st.c
@@ -4198,7 +4198,7 @@ if (!(SCpnt->request->flags & REQ_BLOCK_PC)) return 0; - scsi_setup_blk_pc_cmnd(SCpnt, 0); + scsi_setup_blk_pc_cmnd(SCpnt); SCpnt->done = st_intr; return 1; }