[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <003301d7b546$7e33c860$7a9b5920$@opensource.cirrus.com>
Date: Wed, 29 Sep 2021 16:27:19 +0100
From: Simon Trimmer <simont@...nsource.cirrus.com>
To: 'Mark Brown' <broonie@...nel.org>
CC: <lgirdwood@...il.com>, <alsa-devel@...a-project.org>,
<patches@...nsource.cirrus.com>, <linux-kernel@...r.kernel.org>,
'kernel test robot' <lkp@...el.com>
Subject: RE: [PATCH] ASoC: wm_adsp: Fix compilation when debugfs is disabled
> On Wednesday, September 29, 2021 3:52 PM, Mark Brown wrote:
> The more common pattern is to declare a static inline stub function
> instead of the prototype if debugfs is disabled.
Hi Mark,
Yes there is one for the cs_dsp_init_debugfs function though the compilation
failure the bot
detected is with the parameter dereferencing the disappearing
snd_soc_component member.
I could make a utility inline for use in this function that would do the
dereference or return NULL
based on the state of the config option if you think that would be neater?
(For the expense of a
new function it would separate the call of the stub from the conditional
access of the member
based on IS_ENABLED)
Thanks,
Simon
Powered by blists - more mailing lists