MLK-17289-3: hdmi fb: change mem variable type
authorSandor Yu <Sandor.yu@nxp.com>
Fri, 22 Dec 2017 10:07:53 +0000 (18:07 +0800)
committerLeonard Crestez <leonard.crestez@nxp.com>
Wed, 17 Apr 2019 23:51:34 +0000 (02:51 +0300)
Change mem variable type.

Signed-off-by: Sandor Yu <Sandor.yu@nxp.com>
drivers/video/fbdev/mxc/imx8_hdmi.c

index 165ff13..2724a5a 100644 (file)
@@ -157,8 +157,8 @@ static void imx_hdmi_state_init(struct imx_hdmi_info *imx_hdmi)
        memset(state, 0, sizeof(state_struct));
        mutex_init(&state->mutex);
 
-       state->mem.regs_base = imx_hdmi->regs_base;
-       state->mem.ss_base = imx_hdmi->ss_base;
+       state->mem->regs_base = imx_hdmi->regs_base;
+       state->mem->ss_base = imx_hdmi->ss_base;
        state->rw = imx_hdmi->rw;
 
        state->rw->read_reg = mx8mq_hdp_read;