]> code.ossystems Code Review - openembedded-core.git/commit
hello-mod/hello.c: convert printk to pr_xxx
authorTrevor Woerner <twoerner@gmail.com>
Wed, 15 Sep 2021 00:38:04 +0000 (20:38 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 27 Sep 2021 08:40:44 +0000 (09:40 +0100)
commitbe119ead6d5bb01a50f78fd34024ded1289c9fd7
tree51d90f41943f70f48f52e718c36415e126ecfc5c
parent5d56de8cd653d2a3a7f4c104d50c14e22d412f66
hello-mod/hello.c: convert printk to pr_xxx

Convert to the newer pr_xxx aliases for logging, which embed the log level in
the macro names.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-skeleton/recipes-kernel/hello-mod/files/hello.c