Re: linux-next: build warning after merge of the sound tree

2020-05-01 Thread Takashi Iwai
On Fri, 01 May 2020 06:03:23 +0200, Stephen Rothwell wrote: > > Hi all, > > After merging the sound tree, today's linux-next build (arm > multi_v7_defconfig) produced this warning: > > sound/pci/hda/patch_realtek.c: In function 'alc_fixup_hp_gpio_led': > sound/pci/hda/patch_realtek.c:4134:6:

linux-next: build warning after merge of the sound tree

2020-04-30 Thread Stephen Rothwell
Hi all, After merging the sound tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: sound/pci/hda/patch_realtek.c: In function 'alc_fixup_hp_gpio_led': sound/pci/hda/patch_realtek.c:4134:6: warning: unused variable 'err' [-Wunused-variable] 4134 | int err; |

Re: linux-next: build warning after merge of the sound tree

2019-01-21 Thread Takashi Iwai
On Mon, 21 Jan 2019 01:21:48 +0100, Stephen Rothwell wrote: On Mon, 21 Jan 2019 01:21:48 +0100, Stephen Rothwell wrote: > > Hi Takashi, > > After merging the sound tree, today's linux-next build (arm > multi_v7_defconfig) produced this warning: > > sound/pci/hda/hda_codec.c: In function

linux-next: build warning after merge of the sound tree

2019-01-20 Thread Stephen Rothwell
Hi Takashi, After merging the sound tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: sound/pci/hda/hda_codec.c: In function 'hda_codec_runtime_suspend': sound/pci/hda/hda_codec.c:2926:18: warning: unused variable 'pcm' [-Wunused-variable] struct hda_pcm *pcm;