Re: [PATCH] media: qcom: camss: Rename unused macro parameter
From: Vladimir Zapolskiy
Date: Wed Jun 03 2026 - 20:18:05 EST
On 6/4/26 02:12, Hungyu Lin wrote:
The ISPIF_VFE_m_RDI_INTF_n_PACK_CFG_0_CID_c_PLAIN() macro
declares a parameter named 'c' but uses 'cid' in the macro
body instead.
Rename the parameter to match the identifier used in the
macro body and silence the checkpatch warning:
WARNING: Argument 'c' is not used in function-like macro
No functional change intended.
Signed-off-by: Hungyu Lin <dennylin0707@xxxxxxxxx>
Reviewed-by: Vladimir Zapolskiy <vladimir.zapolskiy@xxxxxxxxxx>
--
Best wishes,
Vladimir