Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358499
b: refs/heads/master
c: c419fcf
h: refs/heads/master
i:
  358497: 1a89841
  358495: fca891a
v: v3
  • Loading branch information
Maciej Sosnowski authored and Vinod Koul committed Jan 8, 2013
1 parent 4c67d8b commit 447b346
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 6decffd5f6afaf55722d9c85b8739621dca63d0f
refs/heads/master: c419fcfd071cf34ba00f9f65282583772d2655e7
5 changes: 5 additions & 0 deletions trunk/drivers/dca/dca-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,11 @@ void unregister_dca_provider(struct dca_provider *dca, struct device *dev)

raw_spin_lock_irqsave(&dca_lock, flags);

if (list_empty(&dca_domains)) {
raw_spin_unlock_irqrestore(&dca_lock, flags);
return;
}

list_del(&dca->node);

pci_rc = dca_pci_rc_from_dev(dev);
Expand Down

0 comments on commit 447b346

Please sign in to comment.