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 <[email protected]>
---
  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

Reply via email to