drm/rockchip: dsi: Remove the unused function dsi_update_bits()
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Mon, 17 Oct 2022 08:43:30 +0000 (16:43 +0800)
committerHeiko Stuebner <heiko@sntech.de>
Sat, 29 Oct 2022 16:51:57 +0000 (18:51 +0200)
commit3daf391fee830f2343cc6b1ba131b1b5115dea1f
tree7bbbd57df65afcc6e5ee0e2d4050eea6bc5fc42a
parentde4a4c8f64021b02aaa8ab21a82fe1f11a17b975
drm/rockchip: dsi: Remove the unused function dsi_update_bits()

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-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20221017084330.94117-1-jiapeng.chong@linux.alibaba.com
drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c