Re: [PATCH] video: fbdev: arkfb: Remove the unused function dac_read_reg()

2022-09-25 Thread Helge Deller
On 9/14/22 12:23, Jiapeng Chong wrote: The function dac_read_reg() is defined in the arkfb.c file, but not called elsewhere, so delete this unused function. drivers/video/fbdev/arkfb.c:322:18: warning: unused function 'dac_read_reg'. Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2155 Rep

[PATCH] video: fbdev: arkfb: Remove the unused function dac_read_reg()

2022-09-14 Thread Jiapeng Chong
The function dac_read_reg() is defined in the arkfb.c file, but not called elsewhere, so delete this unused function. drivers/video/fbdev/arkfb.c:322:18: warning: unused function 'dac_read_reg'. Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2155 Reported-by: Abaci Robot Signed-off-by: Jia