mirror of https://github.com/torvalds/linux.git
In mtk_hdmi driver, a recent change replaced custom register access
function calls by regmap ones, but two replacements by regmap_update_bits
were done incorrectly, because original offset and mask parameters were
inverted, so fix them.
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| mtk_cec.c | ||
| mtk_cec.h | ||
| mtk_crtc.c | ||
| mtk_crtc.h | ||
| mtk_ddp_comp.c | ||
| mtk_ddp_comp.h | ||
| mtk_disp_aal.c | ||
| mtk_disp_ccorr.c | ||
| mtk_disp_color.c | ||
| mtk_disp_drv.h | ||
| mtk_disp_gamma.c | ||
| mtk_disp_merge.c | ||
| mtk_disp_ovl.c | ||
| mtk_disp_ovl_adaptor.c | ||
| mtk_disp_rdma.c | ||
| mtk_dp.c | ||
| mtk_dp_reg.h | ||
| mtk_dpi.c | ||
| mtk_dpi_regs.h | ||
| mtk_drm_drv.c | ||
| mtk_drm_drv.h | ||
| mtk_dsi.c | ||
| mtk_ethdr.c | ||
| mtk_ethdr.h | ||
| mtk_gem.c | ||
| mtk_gem.h | ||
| mtk_hdmi.c | ||
| mtk_hdmi_ddc.c | ||
| mtk_hdmi_regs.h | ||
| mtk_mdp_rdma.c | ||
| mtk_mdp_rdma.h | ||
| mtk_padding.c | ||
| mtk_plane.c | ||
| mtk_plane.h | ||