commit | 87123914ed4131fc0dc86636fa3b68a814126003 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon Jan 04 08:02:55 2021 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Mar 01 09:54:11 2021 -0500 |
tree | 31fd8313958a965f9d4a604369464e1694f136ac | |
parent | 33d1eab969806fa7418f0396f8daab1202fcd68e [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>