mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-16 04:04:06 +00:00
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: Florian Fainelli <f.fainelli@gmail.com>
This commit is contained in:
parent
8f3d9f3542
commit
446937a505
1 changed files with 1 additions and 2 deletions
|
@ -358,8 +358,7 @@ static int __init b15_rac_init(void)
|
|||
set_bit(RAC_ENABLED, &b15_rac_flags);
|
||||
spin_unlock(&rac_lock);
|
||||
|
||||
pr_info("Broadcom Brahma-B15 readahead cache at: 0x%p\n",
|
||||
b15_rac_base + RAC_CONFIG0_REG);
|
||||
pr_info("%pOF: Broadcom Brahma-B15 readahead cache\n", dn);
|
||||
|
||||
goto out;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue