Re: [PATCH] Input: inexio: replace printk with dev_dbg and fix missing space
Dmitry Torokhov <[email protected]>
| Newsgroups | org.kernel.vger.linux-input |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Jul 25, 2026 at 06:38:03PM +0530, Bivash Kumar Singh wrote: > Replace printk(KERN_DEBUG) with dev_dbg() using the serio device, > which is the correct logging style for driver code. Also fix missing > space after comma in the function argument, and remove the redundant > 'inexio.c:' filename prefix from the message. > > Signed-off-by: Bivash Kumar Singh <[email protected]> Applied, thank you. -- Dmitry