iio: light: apds9960: remove useless return
authorJulien Stephan <jstephan@baylibre.com>
Thu, 31 Oct 2024 15:27:10 +0000 (16:27 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 3 Nov 2024 20:33:44 +0000 (20:33 +0000)
commite44a4e6c21dc8371ca3d3bca34d2d42cf1f5b093
treec5360580179624401643e6b1af608a5295bc2b61
parent6921a89dc18c2d6ca0e54335b494a39ecde155e7
iio: light: apds9960: remove useless return

return 0 statement at the end of apds9960_read_event_config is useless.
Remove it.

Signed-off-by: Julien Stephan <jstephan@baylibre.com>
Link: https://patch.msgid.link/20241031-iio-fix-write-event-config-signature-v2-15-2bcacbb517a2@baylibre.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/light/apds9960.c