Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139311
b: refs/heads/master
c: e496b61
h: refs/heads/master
i:
  139309: 950317c
  139307: 67c1024
  139303: 6395194
  139295: ee70fe1
v: v3
  • Loading branch information
Harvey Harrison authored and Jesse Barnes committed Mar 20, 2009
1 parent 558a888 commit 64e25de
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: 1cc0ca26c57221f5aa0f49a311a8fc83413dfe97
refs/heads/master: e496b617b40f2abf6d49803f56aa1344ce1b9177
4 changes: 2 additions & 2 deletions trunk/drivers/pci/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ static int pci_save_pcie_state(struct pci_dev *dev)

save_state = pci_find_saved_cap(dev, PCI_CAP_ID_EXP);
if (!save_state) {
dev_err(&dev->dev, "buffer not found in %s\n", __FUNCTION__);
dev_err(&dev->dev, "buffer not found in %s\n", __func__);
return -ENOMEM;
}
cap = (u16 *)&save_state->data[0];
Expand Down Expand Up @@ -700,7 +700,7 @@ static int pci_save_pcix_state(struct pci_dev *dev)

save_state = pci_find_saved_cap(dev, PCI_CAP_ID_PCIX);
if (!save_state) {
dev_err(&dev->dev, "buffer not found in %s\n", __FUNCTION__);
dev_err(&dev->dev, "buffer not found in %s\n", __func__);
return -ENOMEM;
}

Expand Down

0 comments on commit 64e25de

Please sign in to comment.