[PATCH v4 0/2] staging: most: dim2: logging cleanup and modernization

Zeeshan Ahmad posted 2 patches 2 months ago
drivers/staging/most/dim2/dim2.c | 47 ++++++++++++++++----------------
1 file changed, 23 insertions(+), 24 deletions(-)
[PATCH v4 0/2] staging: most: dim2: logging cleanup and modernization
Posted by Zeeshan Ahmad 2 months ago
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