diff options
Diffstat (limited to 'drivers/scsi/ps3rom.c')
-rw-r--r-- | drivers/scsi/ps3rom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/ps3rom.c b/drivers/scsi/ps3rom.c index 17b4a7c4618c..0cd614a0fa73 100644 --- a/drivers/scsi/ps3rom.c +++ b/drivers/scsi/ps3rom.c | |||
@@ -35,7 +35,7 @@ | |||
35 | 35 | ||
36 | #define BOUNCE_SIZE (64*1024) | 36 | #define BOUNCE_SIZE (64*1024) |
37 | 37 | ||
38 | #define PS3ROM_MAX_SECTORS (BOUNCE_SIZE / CD_FRAMESIZE) | 38 | #define PS3ROM_MAX_SECTORS (BOUNCE_SIZE >> 9) |
39 | 39 | ||
40 | 40 | ||
41 | struct ps3rom_private { | 41 | struct ps3rom_private { |