[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20260210065121.3661-1-zeeshanahmad022019@gmail.com>
Date: Tue, 10 Feb 2026 11:51:19 +0500
From: Zeeshan Ahmad <zeeshanahmad022019@...il.com>
To: Parthiban Veerasooran <parthiban.veerasooran@...rochip.com>,
Christian Gromm <christian.gromm@...rochip.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: Dan Carpenter <dan.carpenter@...aro.org>,
Ethan Tidmore <ethantidmore06@...il.com>,
linux-staging@...ts.linux.dev,
linux-kernel@...r.kernel.org,
Zeeshan Ahmad <zeeshanahmad022019@...il.com>
Subject: [PATCH v4 0/2] staging: most: dim2: logging cleanup and modernization
This series modernizes the logging in the dim2 driver. Following
feedback from Greg Kroah-Hartman, the driver is silenced by moving
non-critical info messages to debug level, and the remaining
error/warning messages are converted to the modern device-specific
logging API.
v4:
- Split the work into a 2-patch series as requested by Greg KH.
- Converted non-critical informational messages to dev_dbg() to
ensure the driver is quiet during normal operation.
- Converted remaining error and warning messages to dev_err() and
dev_warn() for proper device-specific logging.
v3:
- Removed "staging-next" and redundant "[PATCH]" from the subject line.
- Shortened commit message lines to stay under 75 characters.
- Added this changelog below the "---" as suggested by Ethan Tidmore.
- Cleaned up temporary submission notes from the permanent commit body.
v2:
- Rebased against the staging-next branch.
- Fixed CC list to include relevant maintainers.
Zeeshan Ahmad (2):
staging: most: dim2: move extra info messages to dev_dbg
staging: most: dim2: convert pr_err/warn to dev_err/warn
drivers/staging/most/dim2/dim2.c | 47 ++++++++++++++++----------------
1 file changed, 23 insertions(+), 24 deletions(-)
--
2.43.0
Powered by blists - more mailing lists