Re: [PATCH 3/5] block: use pr_xxx() instead of printk() in partition code
From: Chaitanya Kulkarni <hidden>
Date: 2023-08-09 02:07:15
From: Chaitanya Kulkarni <hidden>
Date: 2023-08-09 02:07:15
On 8/8/2023 6:57 AM, Damien Le Moal wrote:
Replace calls to printk() in the core, atari, efi and sun partition code with the equivalent pr_info(), pr_err() etc calls. For each partition type, the pr_fmt message prefix is defined as "partition: xxx: " where "xxx" is the partition type name. Signed-off-by: Damien Le Moal <dlemoal@kernel.org> ---
why not merge with previous patch ? either way :- Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com> -ck