diff options
author | Umang Jain <[email protected]> | 2023-10-24 07:44:25 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2023-10-25 13:01:53 +0200 |
commit | f67af5940d6d2e9a9fbc5893cf1e16bae166d9ff (patch) | |
tree | 64c129c92dd4e135838b53c48ea188062050fe16 /scripts/generate_rust_analyzer.py | |
parent | 0b12086306d0563c897a2abc103a044f82088468 (diff) |
staging: vc04: Convert(and rename) vchiq_log_info() to use dynamic debug
Convert(and rename) vchiq_log_info() custom logging wrapping based on
printk to use dynamic debug. The wrapper is now renamed to
vchiq_log_debug() since most of the usage is around printing debug
information. The log category is dictated by enum vchiq_log_category
which will become the part of the debug string format that will be
logged to dynamic debug (for grep).
All the vchiq_log_info() calls are adjusted to use the
modified wrapper vchiq_log_debug().
The existing custom logging for vchiq_log_info() also tries
to log trace messages using SRVTRACE_LEVEL. This is simply
moved to use the vchiq_log_debug() directly.
Signed-off-by: Umang Jain <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions