iio: ad_sigma_delta: return directly in ad_sd_buffer_postenable()
authorAlexandru Ardelean <alexandru.ardelean@analog.com>
Thu, 30 May 2019 07:25:41 +0000 (10:25 +0300)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 17 Jun 2019 20:06:48 +0000 (21:06 +0100)
commit387c1d770667fbe046ef241ae6995bb4294402c6
tree9776bdf6ad345d7b9b3b956be40ec3cd19f26cdc
parent075da9cd6aa503e05c86f2bbd29b539d1b145644
iio: ad_sigma_delta: return directly in ad_sd_buffer_postenable()

There is nothing being done after the `err_predisable` label, so just
remove it.

Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/adc/ad_sigma_delta.c