]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ARM: fix build warning in proc-v7-bugs.c
authorRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Thu, 10 Mar 2022 10:22:14 +0000 (10:22 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 Mar 2022 09:15:12 +0000 (10:15 +0100)
commit623ca876d4a91665b7d948e399f5776c713722ea
treedd9af54e350cdbb6ba60c5c5a3b2c8139668ec81
parent868d5f8a428f41da7f493a6744913b55c5c97ee2
ARM: fix build warning in proc-v7-bugs.c

commit b1a384d2cbccb1eb3f84765020d25e2c1929706e upstream.

The kernel test robot discovered that building without
HARDEN_BRANCH_PREDICTOR issues a warning due to a missing
argument to pr_info().

Add the missing argument.

Reported-by: kernel test robot <lkp@intel.com>
Fixes: 9dd78194a372 ("ARM: report Spectre v2 status through sysfs")
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/mm/proc-v7-bugs.c