[PATCH 0/2] staging: media: atomisp: Clean up unnecessary module parameters
From: Prajval Chaudhary
Date: Sun Jul 19 2026 - 10:09:39 EST
This patch series addresses the 'Remove unnecessary/unwanted module
parameters' task listed in the atomisp driver's TODO file.
The first patch removes the unused debug parameters along with the
user-facing pad_w and pad_h parameters to safeguard hardware padding
boundaries. The second patch converts the remaining internal usages
of pad_w and pad_h to const configurations to enable compiler
optimizations and enforce type safety.
Prajval Chaudhary (2):
staging: media: atomisp: Remove unused and unwanted debug module
parameters
staging: media: atomisp: Mark pad_w and pad_h as const constants
.../media/atomisp/pci/atomisp_common.h | 6 ++----
.../staging/media/atomisp/pci/atomisp_v4l2.c | 19 ++-----------------
2 files changed, 4 insertions(+), 21 deletions(-)
--
2.34.1