staging: vme_user: Replace printk() with dev_*()
authorSoumya Negi <soumya.negi97@gmail.com>
Fri, 20 Oct 2023 01:55:19 +0000 (18:55 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 21 Oct 2023 10:02:35 +0000 (12:02 +0200)
commit3ad533b3fb9bd7ab0582497f67cf6b7b38bdb868
treed26f8d239604b8c07fd22e070b977f4ee3141d17
parent218f1c140217cb782bd695ff0cd53a48a95ebaf6
staging: vme_user: Replace printk() with dev_*()

vme.c uses printk() to log messages. To improve and standardize message
formatting, use logging mechanisms 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@gmail.com>
Acked-by: Andi Shyti <andi.shyti@linux.intel.com>
Link: https://lore.kernel.org/r/a36a0b839f9c21efe1f2df6f9272ae882fd04fb8.1697763267.git.soumya.negi97@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vme_user/vme.c