Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217380
b: refs/heads/master
c: 71fe017
h: refs/heads/master
v: v3
  • Loading branch information
Hidetoshi Seto authored and Mauro Carvalho Chehab committed Oct 24, 2010
1 parent 3fb32e3 commit 8524f31
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 2896637b86243c39a4f08d15388dcc06130fff29
refs/heads/master: 71fe01706d631513bdbd73381f4b76dacea5cf77
6 changes: 6 additions & 0 deletions trunk/drivers/edac/i7core_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -2092,6 +2092,12 @@ static void __devexit i7core_remove(struct pci_dev *pdev)
*/

mutex_lock(&i7core_edac_lock);

if (unlikely(!probed)) {
mutex_unlock(&i7core_edac_lock);
return;
}

list_for_each_entry(i7core_dev, &i7core_edac_list, list) {
mci = find_mci_by_dev(&i7core_dev->pdev[0]->dev);
if (unlikely(!mci || !mci->pvt_info)) {
Expand Down

0 comments on commit 8524f31

Please sign in to comment.