]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/eeh_cache: Bump log level of eeh_addr_cache_print()
authorOliver O'Halloran <oohall@gmail.com>
Fri, 15 Feb 2019 00:48:14 +0000 (11:48 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 21 Feb 2019 13:10:14 +0000 (00:10 +1100)
commit085f6916d0d867af3efce78d4bb1c37646acde68
treeffc738bae32bec6c19486f5fc519be6958e5f872
parentcaa4542af311a13f63646017cb0474faabc59065
powerpc/eeh_cache: Bump log level of eeh_addr_cache_print()

To use this function at all #define DEBUG needs to be set in eeh_cache.c.
Considering that printing at pr_debug is probably not all that useful since
it adds the additional hurdle of requiring you to enable the debug print if
dynamic_debug is in use so this patch bumps it to pr_info.

Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
Reviewed-by: Sam Bobroff <sbobroff@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/eeh_cache.c