aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/edac/cell_edac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/edac/cell_edac.c b/drivers/edac/cell_edac.c
index c2eaf334b90b..493dc30bfe13 100644
--- a/drivers/edac/cell_edac.c
+++ b/drivers/edac/cell_edac.c
@@ -162,6 +162,7 @@ static void cell_edac_init_csrows(struct mem_ctl_info *mci)
162 csrow->first_page, nr_pages); 162 csrow->first_page, nr_pages);
163 break; 163 break;
164 } 164 }
165 of_node_put(np);
165} 166}
166 167
167static int cell_edac_probe(struct platform_device *pdev) 168static int cell_edac_probe(struct platform_device *pdev)