Re: [PATCH -next] drm/i2c/tda998x: Make tda998x_audio_digital_mute static

2020-05-09 Thread Sam Ravnborg
On Thu, May 07, 2020 at 10:49:28AM +0800, Samuel Zou wrote: > Fix the following sparse warning: > > drivers/gpu/drm/i2c/tda998x_drv.c:1136:5: warning: > symbol 'tda998x_audio_digital_mute' was not declared. Should it be static? > > Reported-by: Hulk Robot > Signed-off-by: Samuel Zou Thanks. P

[PATCH -next] drm/i2c/tda998x: Make tda998x_audio_digital_mute static

2020-05-06 Thread Samuel Zou
Fix the following sparse warning: drivers/gpu/drm/i2c/tda998x_drv.c:1136:5: warning: symbol 'tda998x_audio_digital_mute' was not declared. Should it be static? Reported-by: Hulk Robot Signed-off-by: Samuel Zou --- drivers/gpu/drm/i2c/tda998x_drv.c | 3 ++- 1 file changed, 2 insertions(+), 1 de