Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118671
b: refs/heads/master
c: 44901a9
h: refs/heads/master
i:
  118669: 1664d2c
  118667: e99beab
  118663: 29cf423
  118655: 2566102
v: v3
  • Loading branch information
Roland Dreier authored and Jeff Garzik committed Nov 11, 2008
1 parent 2b971ed commit 625076c
Show file tree
Hide file tree
Showing 2 changed files with 2 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: a12d6c9a09c644cb4a35be099eb5124d38e4feb8
refs/heads/master: 44901a96847b9967c057832b185e2f34ee6a14e5
2 changes: 1 addition & 1 deletion trunk/drivers/ata/libata-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ u64 ata_tf_read_block(struct ata_taskfile *tf, struct ata_device *dev)
if (tf->flags & ATA_TFLAG_LBA48) {
block |= (u64)tf->hob_lbah << 40;
block |= (u64)tf->hob_lbam << 32;
block |= tf->hob_lbal << 24;
block |= (u64)tf->hob_lbal << 24;
} else
block |= (tf->device & 0xf) << 24;

Expand Down

0 comments on commit 625076c

Please sign in to comment.