Re: [PATCH v2 07/10] media: microchip-isc: fix ISC_PFG_CFG0_BPS macro name typo

From: Eugen Hristev

Date: Fri Jul 17 2026 - 01:31:38 EST


On 6/29/26 14:09, Balakrishnan Sambath wrote:
> The BPS field macros for ISC_PFE_CFG0 were spelled ISC_PFG_CFG0_BPS_*
> (NINE, TEN, ELEVEN, TWELVE). The register is PFE, not PFG. Rename them
> to ISC_PFE_CFG0_BPS_* to match the register and the EIGHT and MASK
> macros. No functional change.
>
> Signed-off-by: Balakrishnan Sambath <balakrishnan.s@xxxxxxxxxxxxx>
> ---
> drivers/media/platform/microchip/microchip-isc-regs.h | 8 ++++----
> .../media/platform/microchip/microchip-sama5d2-isc.c | 18 +++++++++---------
> .../media/platform/microchip/microchip-sama7g5-isc.c | 18 +++++++++---------
> 3 files changed, 22 insertions(+), 22 deletions(-)

Reviewed-by: Eugen Hristev <ehristev@xxxxxxxxxx>