diff options
author | Nathan Lynch <[email protected]> | 2022-11-18 09:07:44 -0600 |
---|---|---|
committer | Michael Ellerman <[email protected]> | 2022-12-07 22:40:42 +1100 |
commit | c67a0e411d0ffe0648fe84e25e9f899ce770feb3 (patch) | |
tree | da7ef2a1bbe78b18f9a3254052950a565432a53b /lib/mpi/mpi-sub-ui.c | |
parent | 9aafbfa5f57a4b75bafd3bed0191e8429c5fa618 (diff) |
powerpc/rtas: clean up rtas_error_log_max initialization
The code in rtas_get_error_log_max() doesn't cause problems in
practice, but there are no measures to ensure that the lazy
initialization of the static rtas_error_log_max variable is atomic,
and it's not worth adding them.
Initialize the static rtas_error_log_max variable at boot when we're
single-threaded instead of lazily on first use. Use the more
appropriate of_property_read_u32() API instead of rtas_token() to
consult the "rtas-error-log-max" property, which is not the name of an
RTAS function. Convert use of printk() to pr_warn() and distinguish
the possible error cases.
Signed-off-by: Nathan Lynch <[email protected]>
Reviewed-by: Andrew Donnellan <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'lib/mpi/mpi-sub-ui.c')
0 files changed, 0 insertions, 0 deletions