Re: [PATCH v2 1/2] staging: vme_user: Replace printk() with pr_*(),dev_*()

From: Andi Shyti
Date: Thu Oct 19 2023 - 11:43:25 EST


Hi,

On Thu, Oct 19, 2023 at 12:20:09AM -0700, Soumya Negi wrote:
> vme.c uses printk() to log messages. To improve and standardize message
> formatting, use logging mechanisms pr_err()/pr_warn() and
> dev_err()/dev_warn() instead. Retain the printk log levels of the
> messages during replacement.
>
> Issue found by checkpatch.pl
>
> Signed-off-by: Soumya Negi <soumya.negi97@xxxxxxxxx>

Acked-by: Andi Shyti <andi.shyti@xxxxxxxxxxxxxxx>

Andi