[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20200423180323.GA18440@ubuntu-s3-xlarge-x86>
Date: Thu, 23 Apr 2020 11:03:23 -0700
From: Nathan Chancellor <natechancellor@...il.com>
To: Vinod Koul <vkoul@...nel.org>
Cc: YueHaibing <yuehaibing@...wei.com>, sanyog.r.kale@...el.com,
pierre-louis.bossart@...ux.intel.com, alsa-devel@...a-project.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH -next] soundwire: intel: Make sdw_intel_init static
On Mon, Apr 20, 2020 at 12:42:12PM +0530, Vinod Koul wrote:
> On 10-04-20, 19:57, YueHaibing wrote:
> > Fix sparse warning:
> >
> > drivers/soundwire/intel_init.c:193:6: warning:
> > symbol 'sdw_intel_init' was not declared. Should it be static?
>
> Applied, thanks
>
> --
> ~Vinod
Why was this applied? It replaces one warning with another (that is
actually visible during a normal kernel build):
$ make -j$(nproc) -s allyesconfig drivers/soundwire/intel_init.o
drivers/soundwire/intel_init.c:193:14: warning: ‘sdw_intel_init’ defined
but not used [-Wunused-function]
static void *sdw_intel_init(acpi_handle *parent_handle,
^~~~~~~~~~~~~~
Cheers,
Nathan
Powered by blists - more mailing lists