remove debugging message

This commit is contained in:
Martin Ayotte 2016-07-24 16:50:16 -04:00
parent c42459dc86
commit 023b2e10a5

View File

@ -445,11 +445,3 @@ index d313d49..5f0fb70 100644
goto out;
}
@@ -409,6 +419,7 @@ int of_resolve_phandles(struct device_node *resolve)
out:
/* NULL is handled by of_node_put as NOP */
of_node_put(root_sym);
+ pr_err("%s: of_resolve_phandles return err=%d !\n", __func__, err);
return err;
}