mirror of
https://github.com/torvalds/linux.git
synced 2026-06-06 21:45:45 +02:00
drm/msm/dsi: fix the inconsistent indenting
[ Upstream commit2f25a1fb4e] Fix the inconsistent indenting in function msm_dsi_dphy_timing_calc_v3(). Fix the following smatch warnings: drivers/gpu/drm/msm/dsi/phy/dsi_phy.c:350 msm_dsi_dphy_timing_calc_v3() warn: inconsistent indenting Fixes:f1fa7ff440("drm/msm/dsi: implement auto PHY timing calculator for 10nm PHY") Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: sunliming <sunliming@kylinos.cn> Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com> Patchwork: https://patchwork.freedesktop.org/patch/494662/ Link: https://lore.kernel.org/r/20220719015622.646718-1-sunliming@kylinos.cn Signed-off-by: Abhinav Kumar <quic_abhinavk@quicinc.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
0b8e37cbaa
commit
631fbefd87
|
|
@ -345,7 +345,7 @@ int msm_dsi_dphy_timing_calc_v3(struct msm_dsi_dphy_timing *timing,
|
||||||
} else {
|
} else {
|
||||||
timing->shared_timings.clk_pre =
|
timing->shared_timings.clk_pre =
|
||||||
linear_inter(tmax, tmin, pcnt2, 0, false);
|
linear_inter(tmax, tmin, pcnt2, 0, false);
|
||||||
timing->shared_timings.clk_pre_inc_by_2 = 0;
|
timing->shared_timings.clk_pre_inc_by_2 = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
timing->ta_go = 3;
|
timing->ta_go = 3;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user