Loading drivers/video/fbdev/msm/mdss_mdp_ctl.c +2 −1 Original line number Diff line number Diff line Loading @@ -4560,7 +4560,8 @@ static inline void __mdss_mdp_mixer_write_layer(struct mdss_mdp_ctl *ctl, u32 off[NUM_MIXERCFG_REGS]; int i; WARN_ON(!values || count < NUM_MIXERCFG_REGS); if (WARN_ON(!values || count < NUM_MIXERCFG_REGS)) return; __mdss_mdp_mixer_get_offsets(mixer_num, off, ARRAY_SIZE(off)); Loading Loading
drivers/video/fbdev/msm/mdss_mdp_ctl.c +2 −1 Original line number Diff line number Diff line Loading @@ -4560,7 +4560,8 @@ static inline void __mdss_mdp_mixer_write_layer(struct mdss_mdp_ctl *ctl, u32 off[NUM_MIXERCFG_REGS]; int i; WARN_ON(!values || count < NUM_MIXERCFG_REGS); if (WARN_ON(!values || count < NUM_MIXERCFG_REGS)) return; __mdss_mdp_mixer_get_offsets(mixer_num, off, ARRAY_SIZE(off)); Loading