]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
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)
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

index 7b3da88885693c488807da459ceaa1cbb3881bcd..d30441d3370309fce9d6c717d42b829ff1db3174 100644 (file)
@@ -749,8 +749,6 @@ static int apds9960_read_event_config(struct iio_dev *indio_dev,
        default:
                return -EINVAL;
        }
-
-       return 0;
 }
 
 static int apds9960_write_event_config(struct iio_dev *indio_dev,