ASoC: wcd9335: remove some unnecessary NULL checks
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 5 Feb 2019 09:09:27 +0000 (12:09 +0300)
committerMark Brown <broonie@kernel.org>
Wed, 6 Feb 2019 15:46:42 +0000 (15:46 +0000)
commitd22b4117538d42f3dcf7e28210f07f968e46222e
treeeef942a1066d46151ab6fe367d6c27970d5bb4b8
parent37768e3917405e82611af8e693ccac1a20df38b5
ASoC: wcd9335: remove some unnecessary NULL checks

These are arrays, not pointers, and they can't be NULL.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/wcd9335.c