Re: [PATCH] drm/rockchip: dsi: Remove the unused function dsi_update_bits()

2022-10-29 Thread Heiko Stuebner
On Mon, 17 Oct 2022 16:43:30 +0800, Jiapeng Chong wrote: > The function dsi_update_bits() is defined in the dw-mipi-dsi-rockchip.c > file, but not called elsewhere, so delete this unused function. > > drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c:367:20: warning: unused > function 'dsi_update_b

[PATCH] drm/rockchip: dsi: Remove the unused function dsi_update_bits()

2022-10-17 Thread Jiapeng Chong
The function dsi_update_bits() is defined in the dw-mipi-dsi-rockchip.c file, but not called elsewhere, so delete this unused function. drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c:367:20: warning: unused function 'dsi_update_bits'. https://bugzilla.openanolis.cn/show_bug.cgi?id=2414 Reported