提交 446937a5 编写于 作者: F Florian Fainelli

ARM: mm: Remove virtual address print from B15 RAC driver

We would be trying to print the kernel virtual address of the base
register address which is not very useful and is not displayed by
default because of pointer restriction. Print the Device Tree node name
instead which is what was originally intended.
Signed-off-by: NFlorian Fainelli <f.fainelli@gmail.com>
上级 8f3d9f35
...@@ -358,8 +358,7 @@ static int __init b15_rac_init(void) ...@@ -358,8 +358,7 @@ static int __init b15_rac_init(void)
set_bit(RAC_ENABLED, &b15_rac_flags); set_bit(RAC_ENABLED, &b15_rac_flags);
spin_unlock(&rac_lock); spin_unlock(&rac_lock);
pr_info("Broadcom Brahma-B15 readahead cache at: 0x%p\n", pr_info("%pOF: Broadcom Brahma-B15 readahead cache\n", dn);
b15_rac_base + RAC_CONFIG0_REG);
goto out; goto out;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册