Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38015
b: refs/heads/master
c: 2c136ef
h: refs/heads/master
i:
  38013: 110c373
  38011: 09d1e80
  38007: 5861af0
  37999: 32832e8
  37983: dabe41e
  37951: bf549a7
  37887: 5cb9166
v: v3
  • Loading branch information
OGAWA Hirofumi authored and Linus Torvalds committed Oct 3, 2006
1 parent 46fadc5 commit c46ec45
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: 7a545370d20519d7a72e1a801022180970eec34f
refs/heads/master: 2c136efcf6f58d07512c4df83eb494597fe0d229
2 changes: 1 addition & 1 deletion trunk/drivers/ata/pata_hpt366.c
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ static int hpt36x_init_one(struct pci_dev *dev, const struct pci_device_id *id)

/* PCI clocking determines the ATA timing values to use */
/* info_hpt366 is safe against re-entry so we can scribble on it */
switch(reg1 & 0x700) {
switch((reg1 & 0x700) >> 8) {
case 5:
info_hpt366.private_data = &hpt366_40;
break;
Expand Down

0 comments on commit c46ec45

Please sign in to comment.