Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

iio: adc: men_z188_adc: Add terminating entry for men_z188_ids

The mcb_device_id table is supposed to be zero-terminated.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Cc: <Stable@vger.kernel.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>

authored by

Axel Lin and committed by
Jonathan Cameron
fbbba1f8 e90dea6a

+1
+1
drivers/iio/adc/men_z188_adc.c
··· 152 152 153 153 static const struct mcb_device_id men_z188_ids[] = { 154 154 { .device = 0xbc }, 155 + { } 155 156 }; 156 157 MODULE_DEVICE_TABLE(mcb, men_z188_ids); 157 158