]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
staging: most: dim2: move extra info messages to dev_dbg
authorZeeshan Ahmad <zeeshanahmad022019@gmail.com>
Tue, 10 Feb 2026 06:51:20 +0000 (11:51 +0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Feb 2026 14:01:04 +0000 (15:01 +0100)
commitb708971b2919ed9df158284a3f7dc7f284ba344f
treec6f7020a78e76f2efeedf9911fcea173332cdb9e
parent06ffbc63d18214ca0004b95d8bea23546766b93a
staging: most: dim2: move extra info messages to dev_dbg

The dim2 driver is currently too talkative in the system logs.
Informational messages such as node addresses and state changes
are useful for developers but provide unnecessary noise for
regular users during normal operation.

Move these non-critical info messages to the debug level using
dev_dbg(). This ensures a quiet log by default while preserving
the information for debugging purposes.

Signed-off-by: Zeeshan Ahmad <zeeshanahmad022019@gmail.com>
Link: https://patch.msgid.link/20260210065121.3661-2-zeeshanahmad022019@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/most/dim2/dim2.c