]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/scsi/sr.c
[PATCH] FDPIC: Move roundup() into linux/kernel.h
[linux-2.6-omap-h63xx.git] / drivers / scsi / sr.c
index ebf6579ed6985bb9e781b35bbc5e4d6daf85af33..fd94408577e5ae3aec19b5e7fa3657d14e641e22 100644 (file)
@@ -292,7 +292,7 @@ static void rw_intr(struct scsi_cmnd * SCpnt)
         * how many actual sectors finished, and how many sectors we need
         * to say have failed.
         */
-       scsi_io_completion(SCpnt, good_bytes, block_sectors << 9);
+       scsi_io_completion(SCpnt, good_bytes);
 }
 
 static int sr_init_command(struct scsi_cmnd * SCpnt)