[PATCH v5 0/2] staging: sm750fb: clean up logging

From: Artem Lytkin

Date: Mon Feb 23 2026 - 15:40:54 EST


This series cleans up the logging in the sm750fb driver.

Changes since v4:
- Rebased on staging-testing to resolve conflicts with CamelCase
renames (fixId, initParm) that landed since v4
- Dropped patch 2/3 (sm750.c dev_err conversion) as it was already
applied from v4

Patch 1 removes all pr_info/pr_debug/pr_warn diagnostic prints
from both sm750.c and sm750_hw.c.

Patch 2 converts the remaining pr_err() calls to dev_err() in
sm750_hw.c for proper device context.

Artem Lytkin (2):
staging: sm750fb: remove debug and diagnostic prints
staging: sm750fb: convert logging to device-based in sm750_hw.c

drivers/staging/sm750fb/sm750.c | 76 +-----------------------------
drivers/staging/sm750fb/sm750_hw.c | 26 ++--------
2 files changed, 7 insertions(+), 95 deletions(-)

--
2.43.0