ALSA: compress: Remove pointless NULL check
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Wed, 4 May 2016 13:59:09 +0000 (14:59 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 9 May 2016 15:35:32 +0000 (17:35 +0200)
commit5bd05390ff084d7a1ea7efa8f8dc111c24b2454c
tree4f110ab73928f8f0e2d1b71233566b9e60a4ca8b
parent0b92b0cdbe419575b2233c08192b2ad28e7dbcfa
ALSA: compress: Remove pointless NULL check

stream can't be NULL here as we have just taken the address of it, so no
need for the check.

Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Acked-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/compress_offload.c