Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116493
b: refs/heads/master
c: 1c7d1bc
h: refs/heads/master
i:
  116491: dfdbfbc
v: v3
  • Loading branch information
Suresh Siddha authored and Ingo Molnar committed Oct 16, 2008
1 parent 5854153 commit d9a906a
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: 04e2ea67069e285404192a35c24dfe7c53b9c61f
refs/heads/master: 1c7d1bcad218808a4f67a4492a5e1d920e85c239
2 changes: 1 addition & 1 deletion trunk/drivers/pci/dmar.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ dmar_parse_dev(struct dmar_drhd_unit *dmaru)
include_all = 1;
}

if (ret || (dmaru->devices_cnt == 0 && !dmaru->include_all)) {
if (ret) {
list_del(&dmaru->list);
kfree(dmaru);
}
Expand Down

0 comments on commit d9a906a

Please sign in to comment.