diff options
Diffstat (limited to 'drivers/ide')
-rw-r--r-- | drivers/ide/legacy/hd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/ide/legacy/hd.c b/drivers/ide/legacy/hd.c index 661c12f6dda6..7f4c0a5050a1 100644 --- a/drivers/ide/legacy/hd.c +++ b/drivers/ide/legacy/hd.c | |||
@@ -623,7 +623,8 @@ repeat: | |||
623 | cyl = track / disk->head; | 623 | cyl = track / disk->head; |
624 | #ifdef DEBUG | 624 | #ifdef DEBUG |
625 | printk("%s: %sing: CHS=%d/%d/%d, sectors=%d, buffer=%p\n", | 625 | printk("%s: %sing: CHS=%d/%d/%d, sectors=%d, buffer=%p\n", |
626 | req->rq_disk->disk_name, (req->cmd == READ)?"read":"writ", | 626 | req->rq_disk->disk_name, |
627 | req_data_dir(req) == READ ? "read" : "writ", | ||
627 | cyl, head, sec, nsect, req->buffer); | 628 | cyl, head, sec, nsect, req->buffer); |
628 | #endif | 629 | #endif |
629 | if (blk_fs_request(req)) { | 630 | if (blk_fs_request(req)) { |