Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fbbba1f8 authored by Axel Lin's avatar Axel Lin Committed by Jonathan Cameron
Browse files

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: default avatarAxel Lin <axel.lin@ingics.com>
Cc: <Stable@vger.kernel.org>
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent e90dea6a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -152,6 +152,7 @@ static void men_z188_remove(struct mcb_device *dev)

static const struct mcb_device_id men_z188_ids[] = {
	{ .device = 0xbc },
	{ }
};
MODULE_DEVICE_TABLE(mcb, men_z188_ids);