[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAJZ5v0iiPKNVz3SE1oumOUDPGTrCHd5-hEoe6O=SsqSKD39XNg@mail.gmail.com>
Date: Tue, 8 Jan 2019 10:39:57 +0100
From: "Rafael J. Wysocki" <rafael@...nel.org>
To: Bo YU <tsu.yubo@...il.com>
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
"Rafael J. Wysocki" <rafael@...nel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Joe Perches <joe@...ches.com>, yuzibode@....com
Subject: Re: [PATCH v4 1/2] kobject: use pr_warn to replace printk
On Tue, Jan 8, 2019 at 4:11 AM Bo YU <tsu.yubo@...il.com> wrote:
>
> This is a fix to replace printk with pr_warn
You call it a "fix", but what exactly is wrong with the code as is?
> Signed-off-by: Bo YU <tsu.yubo@...il.com>
> ---
> lib/kobject_uevent.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lib/kobject_uevent.c b/lib/kobject_uevent.c
> index 27c6118afd1c..499dfcdafcb0 100644
> --- a/lib/kobject_uevent.c
> +++ b/lib/kobject_uevent.c
> @@ -224,7 +224,7 @@ int kobject_synth_uevent(struct kobject *kobj, const char *buf, size_t count)
> out:
> if (r) {
> devpath = kobject_get_path(kobj, GFP_KERNEL);
> - printk(KERN_WARNING "synth uevent: %s: %s",
> + pr_warn("synth uevent: %s: %s",
> devpath ?: "unknown device",
> msg ?: "failed to send uevent");
> kfree(devpath);
> --
> 2.11.0
>
Powered by blists - more mailing lists