log: convert pr_*() to logging
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 4 Jan 2021 07:02:55 +0000 (08:02 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 1 Mar 2021 14:54:11 +0000 (09:54 -0500)
commite86ad666d08599e2bb163260d63ab670cf82aa4a
tree31fd8313958a965f9d4a604369464e1694f136ac
parent1afb9f22220d11ebe13cd07431f8e649a65ead6d
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>
include/linux/bitops.h
include/linux/printk.h