Merge tag 'iio-for-4.21a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23...
[sfrench/cifs-2.6.git] / drivers / staging / iio / adc / ad7606.c
index 048c205b979ecbceb5a325e60d478d7c3c1561fb..7308fa8fbb4cab4991ca73dd5062a83359bc26f1 100644 (file)
@@ -374,7 +374,7 @@ static int ad7606_request_gpios(struct ad7606_state *st)
                return 0;
 
        st->gpio_os = devm_gpiod_get_array_optional(dev, "oversampling-ratio",
-                       GPIOD_OUT_LOW);
+                                                   GPIOD_OUT_LOW);
        return PTR_ERR_OR_ZERO(st->gpio_os);
 }