ASoC: Remove return value checking for gpiochip_remove()
authorAxel Lin <axel.lin@ingics.com>
Wed, 17 Sep 2014 12:58:02 +0000 (20:58 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 17 Sep 2014 16:49:53 +0000 (09:49 -0700)
gpiochip_remove() will return void eventually.
Thus this patch removes return value checking for gpiochip_remove().

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

No differences found