Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76262
b: refs/heads/master
c: 1c904fc
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Bartlomiej Zolnierkiewicz committed Jan 25, 2008
1 parent 2aee49a commit 826c6c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c2b57cdc1d2976444d451a2a2e43e11b61ed0638
refs/heads/master: 1c904fcfbb0d8eef92ef42b1da378b4714143e46
3 changes: 2 additions & 1 deletion trunk/drivers/ide/ide-lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,8 @@ static void ide_dump_sector(ide_drive_t *drive)
ide_tf_read(drive, &task);

if (lba48 || (tf->device & ATA_LBA))
printk(", LBAsect=%llu", ide_get_lba_addr(tf, lba48));
printk(", LBAsect=%llu",
(unsigned long long)ide_get_lba_addr(tf, lba48));
else
printk(", CHS=%d/%d/%d", (tf->lbah << 8) + tf->lbam,
tf->device & 0xf, tf->lbal);
Expand Down

0 comments on commit 826c6c6

Please sign in to comment.