Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221888
b: refs/heads/master
c: 2a63dd7
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Slaby authored and Konrad Rzeszutek Wilk committed Nov 8, 2010
1 parent be68127 commit 107cfd7
Show file tree
Hide file tree
Showing 2 changed files with 4 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: c8ac3902fb7a98c45ed54d98ad6f1c8168f47021
refs/heads/master: 2a63dd7275b2278bd7e9203f74b9aa4f07e82a7a
5 changes: 3 additions & 2 deletions trunk/drivers/pci/xen-pcifront.c
Original file line number Diff line number Diff line change
Expand Up @@ -575,8 +575,9 @@ static pci_ers_result_t pcifront_common_process(int cmd,

pcidev = pci_get_bus_and_slot(bus, devfn);
if (!pcidev || !pcidev->driver) {
dev_err(&pcidev->dev,
"device or driver is NULL\n");
dev_err(&pdev->xdev->dev, "device or AER driver is NULL\n");
if (pcidev)
pci_dev_put(pcidev);
return result;
}
pdrv = pcidev->driver;
Expand Down

0 comments on commit 107cfd7

Please sign in to comment.