diff options
author | Vlad Dogaru <vlad.dogaru@intel.com> | 2015-04-03 14:47:34 +0200 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2015-04-18 20:57:46 +0200 |
commit | a40c0ac108f4802a47c27c734569c1c371bded5f (patch) | |
tree | 4b61053e1a8077322f5cea32d4dd2678fda6a9e6 | |
parent | iio: sx9500: rename GPIO interrupt pin (diff) | |
download | linux-a40c0ac108f4802a47c27c734569c1c371bded5f.tar.xz linux-a40c0ac108f4802a47c27c734569c1c371bded5f.zip |
iio: sx9500: fix formatting
Signed-off-by: Vlad Dogaru <vlad.dogaru@intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
-rw-r--r-- | drivers/iio/proximity/sx9500.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/proximity/sx9500.c b/drivers/iio/proximity/sx9500.c index c3d5316e696b..c6cb7f927018 100644 --- a/drivers/iio/proximity/sx9500.c +++ b/drivers/iio/proximity/sx9500.c @@ -775,7 +775,7 @@ MODULE_DEVICE_TABLE(acpi, sx9500_acpi_match); static const struct i2c_device_id sx9500_id[] = { {"sx9500", 0}, - {} + { }, }; MODULE_DEVICE_TABLE(i2c, sx9500_id); |