[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20200509210700.GA12666@ravnborg.org>
Date: Sat, 9 May 2020 23:07:00 +0200
From: Sam Ravnborg <sam@...nborg.org>
To: Samuel Zou <zou_wei@...wei.com>,
Russell King <linux@...linux.org.uk>
Cc: linux@...linux.org.uk, airlied@...ux.ie, daniel@...ll.ch,
linux-kernel@...r.kernel.org, dri-devel@...ts.freedesktop.org
Subject: Re: [PATCH -next] drm/i2c/tda998x: Make tda998x_audio_digital_mute
static
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 <hulkci@...wei.com>
> Signed-off-by: Samuel Zou <zou_wei@...wei.com>
Thanks.
Pushed to drm-misc-next, so it will appear in next merge window.
Sam
> ---
> drivers/gpu/drm/i2c/tda998x_drv.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/i2c/tda998x_drv.c b/drivers/gpu/drm/i2c/tda998x_drv.c
> index 3c90d7a..9517f52 100644
> --- a/drivers/gpu/drm/i2c/tda998x_drv.c
> +++ b/drivers/gpu/drm/i2c/tda998x_drv.c
> @@ -1133,7 +1133,8 @@ static void tda998x_audio_shutdown(struct device *dev, void *data)
> mutex_unlock(&priv->audio_mutex);
> }
>
> -int tda998x_audio_digital_mute(struct device *dev, void *data, bool enable)
> +static int tda998x_audio_digital_mute(struct device *dev, void *data,
> + bool enable)
> {
> struct tda998x_priv *priv = dev_get_drvdata(dev);
>
> --
> 2.6.2
>
> _______________________________________________
> dri-devel mailing list
> dri-devel@...ts.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
Powered by blists - more mailing lists