Re: [PATCH] fbdev: i810: use appopriate log interface dev_info
From: Helge Deller
Date: Tue Dec 02 2025 - 14:25:06 EST
On 10/31/25 09:09, Shi Hao wrote:
There were many printk log interfaces which do no had
any KERN_INFO with them and they can be replaced with
dev_info which will allow better log level handling
making messages clear and manageable.
No functional changes to the driver behavior are introduced.
Only the logging method has been replaced as per modern
kernel coding guidelines.
Signed-off-by: Shi Hao <i.shihao.999@xxxxxxxxx>
---
drivers/video/fbdev/i810/i810_main.c | 46 ++++++++++++++--------------
1 file changed, 23 insertions(+), 23 deletions(-)
applied.
I tweaked the patch a little more to drop the driver name as well
(which will be printed by the dev_*() functions).
Thanks!
Helge