iio: st_sensors: lsm9ds0: Use common style for terminator in ID tables
Use common style for a terminator entry in the ID tables. Signed-off-by: Andy Shevchenko <andy.shevchenko@gmail.com> Link: https://lore.kernel.org/r/20240211201526.1518165-4-andy.shevchenko@gmail.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
parent
07d6a5a482
commit
8655d0e378
|
@ -41,7 +41,7 @@ MODULE_DEVICE_TABLE(i2c, st_lsm9ds0_id_table);
|
|||
|
||||
static const struct acpi_device_id st_lsm9ds0_acpi_match[] = {
|
||||
{"ACCL0001", (kernel_ulong_t)LSM303D_IMU_DEV_NAME},
|
||||
{ },
|
||||
{}
|
||||
};
|
||||
MODULE_DEVICE_TABLE(acpi, st_lsm9ds0_acpi_match);
|
||||
|
||||
|
|
Loading…
Reference in New Issue