Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231071
b: refs/heads/master
c: ee8abf7
h: refs/heads/master
i:
  231069: 8b414dc
  231067: 116544d
  231063: fa40d56
  231055: dfcc3ac
  231039: f05a02a
v: v3
  • Loading branch information
Yinghai Lu authored and Jesse Barnes committed Dec 23, 2010
1 parent ac5fae5 commit 7d0cc22
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 23ea3793fd368fd6a1ea20659699e280e2996658
refs/heads/master: ee8abf783dd36f65440fd782ad16f9768631d998
4 changes: 4 additions & 0 deletions trunk/drivers/pci/pci-stub.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ static int __init pci_stub_init(void)
if (rc)
return rc;

/* no ids passed actually */
if (ids[0] == '\0')
return 0;

/* add ids specified in the module parameter */
p = ids;
while ((id = strsep(&p, ","))) {
Expand Down

0 comments on commit 7d0cc22

Please sign in to comment.