Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359990
b: refs/heads/master
c: 5dae92a
h: refs/heads/master
v: v3
  • Loading branch information
Wei Yongjun authored and Mauro Carvalho Chehab committed Feb 26, 2013
1 parent 86c821a commit 25ca432
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 8ae8f50ad8979bb670598ff92eebea611b799f10
refs/heads/master: 5dae92a718570e6a942e0b882e53d25cab03b40f
4 changes: 2 additions & 2 deletions trunk/drivers/edac/ghes_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -523,9 +523,9 @@ EXPORT_SYMBOL_GPL(ghes_edac_register);
void ghes_edac_unregister(struct ghes *ghes)
{
struct mem_ctl_info *mci;
struct ghes_edac_pvt *pvt;
struct ghes_edac_pvt *pvt, *tmp;

list_for_each_entry(pvt, &ghes_reglist, list) {
list_for_each_entry_safe(pvt, tmp, &ghes_reglist, list) {
if (ghes == pvt->ghes) {
mci = pvt->mci;
edac_mc_del_mc(mci->pdev);
Expand Down

0 comments on commit 25ca432

Please sign in to comment.