ASoC: tas2552: Remove unneeded NULL test for tas2552->enable_gpio
authorAxel Lin <axel.lin@ingics.com>
Sat, 25 Jul 2015 07:32:16 +0000 (15:32 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 29 Jul 2015 12:57:15 +0000 (13:57 +0100)
commit82cf77a1bd61d981184a355742a9b5c78f286f97
tree66eb0f1a3ad3c2e366d1be71cd3b40c96191d8f0
parent95f1044f5674b53f67e0933abff228c594792f4c
ASoC: tas2552: Remove unneeded NULL test for tas2552->enable_gpio

It's safe to call gpiod_set_value() with NULL desc.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Dan Murphy <dmurphy@ti.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/tas2552.c