]> www.infradead.org Git - users/jedix/linux-maple.git/commit
media: platform: mtk-mdp3: Remove mask parameter from MM_REG_POLL macro
authorNĂ­colas F. R. A. Prado <nfraprado@collabora.com>
Fri, 23 Aug 2024 21:31:24 +0000 (17:31 -0400)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Fri, 13 Dec 2024 16:30:57 +0000 (17:30 +0100)
commit6633de339047364b25daecc3055b006fc253efe9
tree430b8af3662196e6f1f7e93e4c9894eec04a1778
parent7b00fcfdb5ddfbcab34295dee3b8c4989ae92c2a
media: platform: mtk-mdp3: Remove mask parameter from MM_REG_POLL macro

Just like was done with MM_REG_WRITE, remove the mask from the
MM_REG_POLL macro, leaving MM_REG_POLL_MASK to be used when a mask is
required, and update the call sites accordingly. In this case, all calls
require a mask, so MM_REG_POLL remains unused, but at least this makes
the MM_REG_POLL macros consistent with the MM_REG_WRITE ones.

Signed-off-by: NĂ­colas F. R. A. Prado <nfraprado@collabora.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: Sebastian Fricke <sebastian.fricke@collabora.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/platform/mediatek/mdp3/mtk-mdp3-comp.c
drivers/media/platform/mediatek/mdp3/mtk-mdp3-comp.h