Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174838
b: refs/heads/master
c: 638bba0
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Patterson authored and Jesse Barnes committed Dec 5, 2009
1 parent 911d4f9 commit 81c2dea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 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: 6cdfd995a65a52e05b99e3a72a9b979abe73b312
refs/heads/master: 638bba08282fb50ba4ebde073ad70551b929e0f2
17 changes: 0 additions & 17 deletions trunk/drivers/pci/pcie/aer/aerdrv_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,23 +98,6 @@ int pci_cleanup_aer_uncorrect_error_status(struct pci_dev *dev)
}
EXPORT_SYMBOL_GPL(pci_cleanup_aer_uncorrect_error_status);

#if 0
int pci_cleanup_aer_correct_error_status(struct pci_dev *dev)
{
int pos;
u32 status;

pos = pci_find_ext_capability(dev, PCI_EXT_CAP_ID_ERR);
if (!pos)
return -EIO;

pci_read_config_dword(dev, pos + PCI_ERR_COR_STATUS, &status);
pci_write_config_dword(dev, pos + PCI_ERR_COR_STATUS, status);

return 0;
}
#endif /* 0 */

static int set_device_error_reporting(struct pci_dev *dev, void *data)
{
bool enable = *((bool *)data);
Expand Down

0 comments on commit 81c2dea

Please sign in to comment.