diff options
Diffstat (limited to 'drivers/ide')
-rw-r--r-- | drivers/ide/ide-cd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/ide-cd.c b/drivers/ide/ide-cd.c index 3a08a2ba6b17..3308b1cd3a33 100644 --- a/drivers/ide/ide-cd.c +++ b/drivers/ide/ide-cd.c | |||
@@ -1268,7 +1268,7 @@ static ide_startstop_t ide_cd_do_request(ide_drive_t *drive, struct request *rq, | |||
1268 | int xferlen; | 1268 | int xferlen; |
1269 | 1269 | ||
1270 | ide_debug_log(IDE_DBG_RQ, "Call %s, rq->cmd_type: 0x%x, block: %llu\n", | 1270 | ide_debug_log(IDE_DBG_RQ, "Call %s, rq->cmd_type: 0x%x, block: %llu\n", |
1271 | __func__, rq->cmd_type, (u64)block); | 1271 | __func__, rq->cmd_type, (unsigned long long)block); |
1272 | 1272 | ||
1273 | if (blk_fs_request(rq)) { | 1273 | if (blk_fs_request(rq)) { |
1274 | if (drive->atapi_flags & IDE_AFLAG_SEEKING) { | 1274 | if (drive->atapi_flags & IDE_AFLAG_SEEKING) { |