Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64682
b: refs/heads/master
c: 7d05154
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Garzik committed Sep 1, 2007
1 parent 158ed11 commit 4b17f31
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 40ffbfad6bb79a99cc7627bdaca0ee22dec526f6
refs/heads/master: 7d05154840db52201d8e719fd0f091b8381e362f
5 changes: 4 additions & 1 deletion trunk/drivers/ata/ata_piix.c
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,8 @@ static int piix_broken_suspend(void)
DMI_MATCH(DMI_PRODUCT_NAME, "PORTEGE M500"),
},
},
{ }

{ } /* terminate list */
};
static const char *oemstrs[] = {
"Tecra M3,",
Expand Down Expand Up @@ -1187,6 +1188,8 @@ static void piix_iocfg_bit18_quirk(struct pci_dev *pdev)
DMI_MATCH(DMI_PRODUCT_NAME, "M570U"),
},
},

{ } /* terminate list */
};
u32 iocfg;

Expand Down

0 comments on commit 4b17f31

Please sign in to comment.