Re: [PATCH 2/5] block: use pr_xxx() instead of printk()
From: Chaitanya Kulkarni <hidden>
Date: 2023-08-09 02:06:09
From: Chaitanya Kulkarni <hidden>
Date: 2023-08-09 02:06:09
On 8/8/2023 6:56 AM, Damien Le Moal wrote:
Replace the remaining calls to printk() in the block layer core code with the equivalent pr_info(), pr_err() etc calls. The early block device lookup code in early-lookup.c is left untouched and continues using raw printk() calls. Signed-off-by: Damien Le Moal <dlemoal@kernel.org> ---
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com> -ck