Re: [PATCH] ASoC: cs35l33: mark PM functions as __maybe_unused

2016-06-29 Thread Mark Brown
On Wed, Jun 29, 2016 at 02:48:15PM +, Handrigan, Paul wrote: > On 6/29/16, 9:33 AM, "Arnd Bergmann" wrote: > > > >-- > >2.9.0 > Thanks! > Acked-by: Paul Handrigan Please delete unneeded context from mails when replying. Doing this makes it much easier to find your reply in the message,

Re: [PATCH] ASoC: cs35l33: mark PM functions as __maybe_unused

2016-06-29 Thread Handrigan, Paul
On 6/29/16, 9:33 AM, "Arnd Bergmann" wrote: >The newly added cs35l33 driver produces a harmless warning when >CONFIG_PM is disabled: > >sound/soc/codecs/cs35l33.c:908:12: error: 'cs35l33_runtime_suspend' >defined but not used [-Werror=unused-function] >sound/soc/codecs/cs35l33.c:868:12: error:

[PATCH] ASoC: cs35l33: mark PM functions as __maybe_unused

2016-06-29 Thread Arnd Bergmann
The newly added cs35l33 driver produces a harmless warning when CONFIG_PM is disabled: sound/soc/codecs/cs35l33.c:908:12: error: 'cs35l33_runtime_suspend' defined but not used [-Werror=unused-function] sound/soc/codecs/cs35l33.c:868:12: error: 'cs35l33_runtime_resume' defined but not used [-Werr