Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288858
b: refs/heads/master
c: 07d2514
h: refs/heads/master
v: v3
  • Loading branch information
Alan Stern authored and Greg Kroah-Hartman committed Jan 27, 2012
1 parent 9fc1321 commit 065d1e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: ed283e9f0a2cc0541870828c76c6c6997c51a318
refs/heads/master: 07d251460bbf9752c6532af8c1a68328c199dd70
2 changes: 1 addition & 1 deletion trunk/drivers/pci/xen-pcifront.c
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ static pci_ers_result_t pcifront_common_process(int cmd,
}
pdrv = pcidev->driver;

if (pdrv->driver) {
if (pdrv) {
if (pdrv->err_handler && pdrv->err_handler->error_detected) {
dev_dbg(&pcidev->dev,
"trying to call AER service\n");
Expand Down

0 comments on commit 065d1e9

Please sign in to comment.