Re: [PATCH] sound: pci: azt3328.c: Cleaning up function that are not used anywhere

2014-12-02 Thread Takashi Iwai
At Wed, 3 Dec 2014 00:08:09 +0100, Rickard Strandqvist wrote: > > Remove function snd_azf3328_codec_outl() that is not used anywhere. This is a small inliner and no problem to keep it. Removing it breaks the code balance, and one would have to re-add it if 32bit register address is needed in

[PATCH] sound: pci: azt3328.c: Cleaning up function that are not used anywhere

2014-12-02 Thread Rickard Strandqvist
Remove function snd_azf3328_codec_outl() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- sound/pci/azt3328.c |9 - 1 file changed, 9 deletions(-) diff --git a/sound/pci/azt3328.c

[PATCH] sound: pci: azt3328.c: Cleaning up function that are not used anywhere

2014-12-02 Thread Rickard Strandqvist
Remove function snd_azf3328_codec_outl() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- sound/pci/azt3328.c |9 - 1 file changed, 9

Re: [PATCH] sound: pci: azt3328.c: Cleaning up function that are not used anywhere

2014-12-02 Thread Takashi Iwai
At Wed, 3 Dec 2014 00:08:09 +0100, Rickard Strandqvist wrote: Remove function snd_azf3328_codec_outl() that is not used anywhere. This is a small inliner and no problem to keep it. Removing it breaks the code balance, and one would have to re-add it if 32bit register address is needed in the