[PATCH v4 0/2] staging: media: atomisp: Cleanup unused module parameters
From: Prajval Chaudhary
Date: Tue Jul 21 2026 - 12:36:12 EST
This series cleans up unused module parameters from the atomisp driver.
Patch 1 removes unused 'pad_w' and 'pad_h' module parameters.
Patch 2 removes unused 'dbg_level' and 'dbg_func' module parameters,
and updates ia_css_debug_vdtrace() to filter trace logging to WARNING
level or below to avoid potential kernel log flooding.
Changes in v4:
- Fix macro constant name in ia_css_debug_vdtrace()
to IA_CSS_DEBUG_WARNING.
- Guard vprintk() with level check to prevent log flooding.
Changes in v3:
- [Add brief note if applicable]
Changes in v2:
- [Add brief note if applicable]
Prajval Chaudhary (2):
staging: media: atomisp: Remove pad_w and pad_h module parameters
staging: media: atomisp: Remove dbg_level and dbg_func module
parameters
.../staging/media/atomisp/pci/atomisp_common.h | 6 ++----
.../media/atomisp/pci/atomisp_compat_css20.c | 12 +++---------
drivers/staging/media/atomisp/pci/atomisp_v4l2.c | 15 ++-------------
.../pci/runtime/debug/interface/ia_css_debug.h | 7 +++----
.../atomisp/pci/runtime/debug/src/ia_css_debug.c | 4 ++--
5 files changed, 12 insertions(+), 32 deletions(-)
--
2.34.1