remove debugging message
This commit is contained in:
parent
c42459dc86
commit
023b2e10a5
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user