Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74311
b: refs/heads/master
c: 151fc5d
h: refs/heads/master
i:
  74309: 5d9603a
  74307: 617d7fa
  74303: 75dda3d
v: v3
  • Loading branch information
Julia Lawall authored and Greg Kroah-Hartman committed Nov 28, 2007
1 parent 2001f00 commit 09e2224
Show file tree
Hide file tree
Showing 2 changed files with 4 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: bf164410d08dc83df416e3a6a43ab29bf88890ed
refs/heads/master: 151fc5dfc87964e85a1cbbb9cc2c0703c017c2ed
4 changes: 3 additions & 1 deletion trunk/drivers/pci/pci-sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -702,8 +702,10 @@ static int __init pci_sysfs_init(void)
sysfs_initialized = 1;
for_each_pci_dev(pdev) {
retval = pci_create_sysfs_dev_files(pdev);
if (retval)
if (retval) {
pci_dev_put(pdev);
return retval;
}
}

return 0;
Expand Down

0 comments on commit 09e2224

Please sign in to comment.