Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145347
b: refs/heads/master
c: 56ec0c7
h: refs/heads/master
i:
  145345: c772e81
  145343: 9681397
v: v3
  • Loading branch information
Harry Ciao authored and Linus Torvalds committed May 29, 2009
1 parent c77cbb0 commit cc9a890
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: 46f7e602fb32e02145ef14f8c0ca6d399f0a96b9
refs/heads/master: 56ec0c7b88c6eb17733e5015f31302f6312511ed
4 changes: 2 additions & 2 deletions trunk/drivers/edac/amd8111_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ static int amd8111_dev_probe(struct pci_dev *dev,
dev_info->edac_dev->dev = &dev_info->dev->dev;
dev_info->edac_dev->mod_name = AMD8111_EDAC_MOD_STR;
dev_info->edac_dev->ctl_name = dev_info->ctl_name;
dev_info->edac_dev->dev_name = dev_info->dev->dev.bus_id;
dev_info->edac_dev->dev_name = dev_name(&dev_info->dev->dev);

if (edac_op_state == EDAC_OPSTATE_POLL)
dev_info->edac_dev->edac_check = dev_info->check;
Expand Down Expand Up @@ -473,7 +473,7 @@ static int amd8111_pci_probe(struct pci_dev *dev,
pci_info->edac_dev->dev = &pci_info->dev->dev;
pci_info->edac_dev->mod_name = AMD8111_EDAC_MOD_STR;
pci_info->edac_dev->ctl_name = pci_info->ctl_name;
pci_info->edac_dev->dev_name = pci_info->dev->dev.bus_id;
pci_info->edac_dev->dev_name = dev_name(&pci_info->dev->dev);

if (edac_op_state == EDAC_OPSTATE_POLL)
pci_info->edac_dev->edac_check = pci_info->check;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/edac/amd8131_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ static int amd8131_probe(struct pci_dev *dev, const struct pci_device_id *id)
dev_info->edac_dev->dev = &dev_info->dev->dev;
dev_info->edac_dev->mod_name = AMD8131_EDAC_MOD_STR;
dev_info->edac_dev->ctl_name = dev_info->ctl_name;
dev_info->edac_dev->dev_name = dev_info->dev->dev.bus_id;
dev_info->edac_dev->dev_name = dev_name(&dev_info->dev->dev);

if (edac_op_state == EDAC_OPSTATE_POLL)
dev_info->edac_dev->edac_check = amd8131_chipset.check;
Expand Down

0 comments on commit cc9a890

Please sign in to comment.