]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ALSA: compress: Remove unused variable
authorGuneshwor Singh <guneshwor.o.singh@intel.com>
Thu, 14 Sep 2017 12:19:40 +0000 (17:49 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 12 Oct 2017 09:56:13 +0000 (11:56 +0200)
commit7f67063bfa01e25543d1d5780ef0ce9d071c2a64
tree7212d0ed5d927fa435bf454b0cdcb963441d2897
parentc43960d699932f6f70b3eabdc9f94afe86412a33
ALSA: compress: Remove unused variable

commit a931b9ce93841a5b66b709ba5a244276e345e63b upstream.

Commit 04c5d5a430fc ("ALSA: compress: Embed struct device") removed
the statement that used 'str' but didn't remove the variable itself.
So remove it.

[Adding stable to Cc since pr_debug() may refer to the uninitialized
 buffer -- tiwai]

Fixes: 04c5d5a430fc ("ALSA: compress: Embed struct device")
Signed-off-by: Guneshwor Singh <guneshwor.o.singh@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/core/compress_offload.c