Fix invalid type assignments in ddc_sh_mask.

Signed-off-by: guilhermeivo <[email protected]>
Reported-by: kernel test robot <[email protected]>
Closes: 
https://lore.kernel.org/oe-kbuild-all/[email protected]/
---
 drivers/gpu/drm/amd/display/dc/gpio/hw_factory_dcn_ddc.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/amd/display/dc/gpio/hw_factory_dcn_ddc.h 
b/drivers/gpu/drm/amd/display/dc/gpio/hw_factory_dcn_ddc.h
index 1f2bc7eea82e..863177cf67e8 100644
--- a/drivers/gpu/drm/amd/display/dc/gpio/hw_factory_dcn_ddc.h
+++ b/drivers/gpu/drm/amd/display/dc/gpio/hw_factory_dcn_ddc.h
@@ -11,8 +11,8 @@ static inline void dcn_define_ddc_registers_common(
                uint32_t en,
                const struct ddc_registers *data_regs,
                const struct ddc_registers *clk_regs,
-               const struct ddc_shift *shift,
-               const struct ddc_mask *mask)
+               const struct ddc_sh_mask *shift,
+               const struct ddc_sh_mask *mask)
 {
        struct hw_ddc *ddc = HW_DDC_FROM_BASE(pin);
 
-- 
2.47.3

Reply via email to