projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37d9c31
)
MLK-17289-3: hdmi fb: change mem variable type
author
Sandor Yu
<Sandor.yu@nxp.com>
Fri, 22 Dec 2017 10:07:53 +0000
(18:07 +0800)
committer
Leonard 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
patch
|
blob
|
history
diff --git
a/drivers/video/fbdev/mxc/imx8_hdmi.c
b/drivers/video/fbdev/mxc/imx8_hdmi.c
index
165ff13
..
2724a5a
100644
(file)
--- a/
drivers/video/fbdev/mxc/imx8_hdmi.c
+++ b/
drivers/video/fbdev/mxc/imx8_hdmi.c
@@
-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;