summaryrefslogtreecommitdiff
path: root/drivers/iio/adc/max1241.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/iio/adc/max1241.c')
-rw-r--r--drivers/iio/adc/max1241.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/iio/adc/max1241.c b/drivers/iio/adc/max1241.c
index 500bb09ab19b..d62c1a011659 100644
--- a/drivers/iio/adc/max1241.c
+++ b/drivers/iio/adc/max1241.c
@@ -177,12 +177,12 @@ static int max1241_probe(struct spi_device *spi)
static const struct spi_device_id max1241_id[] = {
{ "max1241", max1241 },
- {}
+ { }
};
static const struct of_device_id max1241_dt_ids[] = {
{ .compatible = "maxim,max1241" },
- {}
+ { }
};
MODULE_DEVICE_TABLE(of, max1241_dt_ids);