提交 13c11072 编写于 作者: T Tsung-Han Lin 提交者: Greg Kroah-Hartman

staging:board: remove unnecessary function

Remove the unnecessary 'of_can_translate_address',
which is already removed in commit
d9c6866b ("of: kill off
of_can_translate_address").
Signed-off-by: NTsung-Han Lin <tsunghan.tw@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 4f0cc93b
......@@ -11,8 +11,7 @@ static bool find_by_address(u64 base_address)
struct resource res;
while (dn) {
if (of_can_translate_address(dn)
&& !of_address_to_resource(dn, 0, &res)) {
if (!of_address_to_resource(dn, 0, &res)) {
if (res.start == base_address) {
of_node_put(dn);
return true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册