On Mon, Jan 12, 2026 at 09:07:42AM +0200, Andy Shevchenko wrote: > On Mon, Jan 12, 2026 at 3:07 AM Chintan Patel <[email protected]> wrote: > > - dev_dbg(info->dev, "%s(blank=%d)\n", > > + dev_dbg(dev, "%s(blank=%d)\n", > > __func__, blank); > > Since you are changing it anyway, make it one line.
Wait, why would dev_dbg() ever had __func__ added to it? That's automatically included in the output if the user wants it, please do not duplicate it again. thanks, greg k-h
