From: Florian Fainelli Date: Tue, 2 Apr 2019 03:23:12 +0000 (-0700) Subject: ARM: mm: Remove virtual address print from B15 RAC driver X-Git-Tag: v5.8-rc1~140^2~33^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=446937a5056fed6c8bea4306eb0249bd5c50ce5e;p=thirdparty%2Fkernel%2Flinux.git 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 --- diff --git a/arch/arm/mm/cache-b15-rac.c b/arch/arm/mm/cache-b15-rac.c index 3471fc64a3aee..bdc07030997bb 100644 --- a/arch/arm/mm/cache-b15-rac.c +++ b/arch/arm/mm/cache-b15-rac.c @@ -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;