diff options
author | Heinrich Schuchardt | 2021-01-04 08:02:55 +0100 |
---|---|---|
committer | Tom Rini | 2021-03-01 09:54:11 -0500 |
commit | e86ad666d08599e2bb163260d63ab670cf82aa4a (patch) | |
tree | 31fd8313958a965f9d4a604369464e1694f136ac /doc/README.memory-test | |
parent | 1afb9f22220d11ebe13cd07431f8e649a65ead6d (diff) |
log: convert pr_*() to logging
In drivers we use a family of printing functions including pr_err() and
pr_cont(). CONFIG_LOGLEVEL is used to control which of these lead to output
via printf().
Our logging functions allow finer grained control of output. So replace
printf() by the matching logging functions. The usage of CONFIG_LOGLEVEL
remains unchanged.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'doc/README.memory-test')
0 files changed, 0 insertions, 0 deletions