[alsa-devel] [PATCH] soundwire: slave: Fix unused function warning on !ACPI

Vinod Koul vkoul at kernel.org
Wed Sep 4 11:30:52 CEST 2019


On 30-08-19, 11:56, Randy Dunlap wrote:
> On 8/30/19 11:52 AM, Michal Suchanek wrote:
> > Fixes the following warning on !ACPI systems:
> > 
> > drivers/soundwire/slave.c:16:12: warning: ‘sdw_slave_add’ defined but
> > not used [-Wunused-function]
> >  static int sdw_slave_add(struct sdw_bus *bus,
> >             ^~~~~~~~~~~~~
> > 
> > Signed-off-by: Michal Suchanek <msuchanek at suse.de>
> 
> Acked-by: Randy Dunlap <rdunlap at infradead.org>
> 
> I was about to send the same patch.

So I have applied Srini's patches which add DT support and they use
sdw_slave_add(). So next tomorrow should not see this error as it is now
used by DT parts as well.

So dropping this patch

-- 
~Vinod


More information about the Alsa-devel mailing list