ALSA: compress: Remove unused variable
authorGuneshwor Singh <guneshwor.o.singh@intel.com>
Thu, 14 Sep 2017 12:19:40 +0000 (17:49 +0530)
committerTakashi Iwai <tiwai@suse.de>
Mon, 18 Sep 2017 13:45:01 +0000 (15:45 +0200)
commita931b9ce93841a5b66b709ba5a244276e345e63b
tree0289225a2e60a536c32806d8ee869e9614627ce1
parentfc27fe7e8deef2f37cba3f2be2d52b6ca5eb9d57
ALSA: compress: Remove unused variable

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>
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/compress_offload.c