diff options
Diffstat (limited to 'drivers/iio/light/apds9960.c')
| -rw-r--r-- | drivers/iio/light/apds9960.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/iio/light/apds9960.c b/drivers/iio/light/apds9960.c index 1065a340b12b..e9e65130b6f9 100644 --- a/drivers/iio/light/apds9960.c +++ b/drivers/iio/light/apds9960.c @@ -1107,7 +1107,7 @@ static const struct dev_pm_ops apds9960_pm_ops = {  };  static const struct i2c_device_id apds9960_id[] = { -	{ "apds9960", 0 }, +	{ "apds9960" },  	{}  };  MODULE_DEVICE_TABLE(i2c, apds9960_id); |