Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21803
b: refs/heads/master
c: b376bc1
h: refs/heads/master
i:
  21801: cbfd041
  21799: f469cd7
v: v3
  • Loading branch information
Jeff Garzik committed Jan 28, 2006
1 parent 2612f53 commit 36f1adf
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: c2bd58047b9b5c91a3b0a851de66a877f2eb7ae3
refs/heads/master: b376bc1f6b4258112d714fb4ee8e5d57b53625f2
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/ata_piix.c
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ static int piix_init_one (struct pci_dev *pdev, const struct pci_device_id *ent)
pci_read_config_byte(pdev, ICH5_PMR, &tmp);

if (host_flags & PIIX_FLAG_COMBINED_ICH6) {
switch (tmp) {
switch (tmp & 0x3) {
case 0:
break;
case 1:
Expand Down

0 comments on commit 36f1adf

Please sign in to comment.