Re: [PATCH net-next] net: dlink: replace printk() with netdev_info() in rio_probe1()

From: Yeounsu Moon
Date: Mon Jan 05 2026 - 06:19:29 EST


On Mon Jan 5, 2026 at 7:06 AM KST, Andrew Lunn wrote:
> This looks like a valid transformation, but drivers are not really
> meant to spam the kernel log like this. So i would actually change
> them to netdev_dbg() and add a comment in the commit message.
>
> Andrew
Thank you for the review.

I'll switch the printk() probe message to netdev_dbg() and add a note in
the commit message. I'll send v2.

Yeounsu Moon