Re: [PATCH v2] fbdev/vesafb: Use dev_* fn's instead printk.

From: Helge Deller

Date: Thu Oct 30 2025 - 19:20:37 EST


On 10/30/25 21:07, Javier Garcia wrote:
- Family dev_* fn's will show device name, giving extra info to logs.
- Delete the prefix `vesafb:` from msg strings, not needed now.

[ 0.981825] vesa-framebuffer vesa-framebuffer.0: scrolling: redraw

Signed-off-by: Javier Garcia <rampxxxx@xxxxxxxxx>
---
v1 -> v2:
* Fix checkpatch.pl messages, thanks Helge Deller.
* v1 https://lore.kernel.org/lkml/20251028185021.2758401-1-rampxxxx@xxxxxxxxx/

drivers/video/fbdev/vesafb.c | 29 +++++++++++++++--------------
1 file changed, 15 insertions(+), 14 deletions(-)

applied.

Thanks!
Helge