Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47391
b: refs/heads/master
c: 591a6e8
h: refs/heads/master
i:
  47389: 0414af9
  47387: 5a267c0
  47383: 1c4d17b
  47375: dcc1366
  47359: 1e30470
v: v3
  • Loading branch information
Jeff Garzik committed Feb 9, 2007
1 parent 71a0edc commit 83692d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 11750a40abddff1e0c6e0924902f914292d12277
refs/heads/master: 591a6e8ee7c8ffbbeaf23fec23796c0cfa316a41
4 changes: 2 additions & 2 deletions trunk/drivers/ata/libata-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1597,10 +1597,10 @@ int ata_dev_configure(struct ata_device *dev)
dev->n_sectors = ata_id_n_sectors(id);

/* SCSI only uses 4-char revisions, dump full 8 chars from ATA */
ata_id_c_string(dev->id, fwrevbuf, ATA_ID_FW_REV_OFS,
ata_id_c_string(dev->id, fwrevbuf, ATA_ID_FW_REV,
sizeof(fwrevbuf));

ata_id_c_string(dev->id, modelbuf, ATA_ID_PROD_OFS,
ata_id_c_string(dev->id, modelbuf, ATA_ID_PROD,
sizeof(modelbuf));

if (dev->id[59] & 0x100)
Expand Down

0 comments on commit 83692d7

Please sign in to comment.