Re: [PATCH next-20130124] Sound: pci: Fix unused variable warning in patch_sigmatel.c

2013-01-25 Thread Takashi Iwai
At Fri, 25 Jan 2013 02:03:16 -0800, Joe Perches wrote: > > On Fri, 2013-01-25 at 10:09 +0100, Takashi Iwai wrote: > > At Fri, 25 Jan 2013 00:38:06 +0200, > > Stratos Karafotis wrote: > > > Fix the following build warnings > > > sound/pci/hda/patch_sigmatel.c: In function ‘stac92hd71bxx_fixup_hp’:

Re: [PATCH next-20130124] Sound: pci: Fix unused variable warning in patch_sigmatel.c

2013-01-25 Thread Joe Perches
On Fri, 2013-01-25 at 10:09 +0100, Takashi Iwai wrote: > At Fri, 25 Jan 2013 00:38:06 +0200, > Stratos Karafotis wrote: > > Fix the following build warnings > > sound/pci/hda/patch_sigmatel.c: In function ‘stac92hd71bxx_fixup_hp’: > > sound/pci/hda/patch_sigmatel.c:2434:24: warning: unused

Re: [PATCH next-20130124] Sound: pci: Fix unused variable warning in patch_sigmatel.c

2013-01-25 Thread Takashi Iwai
At Fri, 25 Jan 2013 00:38:06 +0200, Stratos Karafotis wrote: > > Fix the following build warnings > > sound/pci/hda/patch_sigmatel.c: In function ‘stac92hd71bxx_fixup_hp’: > sound/pci/hda/patch_sigmatel.c:2434:24: warning: unused variable ‘spec’ > [-Wunused-variable] Thanks for catching. But

Re: [PATCH next-20130124] Sound: pci: Fix unused variable warning in patch_sigmatel.c

2013-01-25 Thread Takashi Iwai
At Fri, 25 Jan 2013 00:38:06 +0200, Stratos Karafotis wrote: Fix the following build warnings sound/pci/hda/patch_sigmatel.c: In function ‘stac92hd71bxx_fixup_hp’: sound/pci/hda/patch_sigmatel.c:2434:24: warning: unused variable ‘spec’ [-Wunused-variable] Thanks for catching. But such

Re: [PATCH next-20130124] Sound: pci: Fix unused variable warning in patch_sigmatel.c

2013-01-25 Thread Joe Perches
On Fri, 2013-01-25 at 10:09 +0100, Takashi Iwai wrote: At Fri, 25 Jan 2013 00:38:06 +0200, Stratos Karafotis wrote: Fix the following build warnings sound/pci/hda/patch_sigmatel.c: In function ‘stac92hd71bxx_fixup_hp’: sound/pci/hda/patch_sigmatel.c:2434:24: warning: unused variable ‘spec’

Re: [PATCH next-20130124] Sound: pci: Fix unused variable warning in patch_sigmatel.c

2013-01-25 Thread Takashi Iwai
At Fri, 25 Jan 2013 02:03:16 -0800, Joe Perches wrote: On Fri, 2013-01-25 at 10:09 +0100, Takashi Iwai wrote: At Fri, 25 Jan 2013 00:38:06 +0200, Stratos Karafotis wrote: Fix the following build warnings sound/pci/hda/patch_sigmatel.c: In function ‘stac92hd71bxx_fixup_hp’:

[PATCH next-20130124] Sound: pci: Fix unused variable warning in patch_sigmatel.c

2013-01-24 Thread Stratos Karafotis
Fix the following build warnings sound/pci/hda/patch_sigmatel.c: In function ‘stac92hd71bxx_fixup_hp’: sound/pci/hda/patch_sigmatel.c:2434:24: warning: unused variable ‘spec’ [-Wunused-variable] Signed-off-by: Stratos Karafotis --- sound/pci/hda/patch_sigmatel.c | 14 +- 1 file

[PATCH next-20130124] Sound: pci: Fix unused variable warning in patch_sigmatel.c

2013-01-24 Thread Stratos Karafotis
Fix the following build warnings sound/pci/hda/patch_sigmatel.c: In function ‘stac92hd71bxx_fixup_hp’: sound/pci/hda/patch_sigmatel.c:2434:24: warning: unused variable ‘spec’ [-Wunused-variable] Signed-off-by: Stratos Karafotis strat...@semaphore.gr --- sound/pci/hda/patch_sigmatel.c | 14