Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8806
b: refs/heads/master
c: bb5dc36
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Slaby authored and Wim Van Sebroeck committed Sep 11, 2005
1 parent 90ae4f1 commit 833b168
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: 811f999160487c586917937e95506cb8528472a3
refs/heads/master: bb5dc36644975ca5237a415fb63f59f9803d84fa
4 changes: 2 additions & 2 deletions trunk/drivers/char/watchdog/i6300esb.c
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ static struct notifier_block esb_notifier = {
* want to register another driver on the same PCI id.
*/
static struct pci_device_id esb_pci_tbl[] = {
{ PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ESB_9, PCI_ANY_ID, PCI_ANY_ID, },
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ESB_9), },
{ 0, }, /* End of list */
};
MODULE_DEVICE_TABLE (pci, esb_pci_tbl);
Expand All @@ -365,7 +365,7 @@ static unsigned char __init esb_getdevice (void)
*/

for_each_pci_dev(dev) {
if (pci_match_device(esb_pci_tbl, dev)) {
if (pci_match_id(esb_pci_tbl, dev)) {
esb_pci = dev;
break;
}
Expand Down

0 comments on commit 833b168

Please sign in to comment.