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

Commit 6b1f40cf authored by Axel Lin's avatar Axel Lin Committed by Greg Kroah-Hartman
Browse files

tty: serial: men_z135_uart: Add terminating entry for men_z135_ids



The mcb_device_id table is supposed to be zero-terminated.

Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 52bec4ed
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -809,6 +809,7 @@ static void men_z135_remove(struct mcb_device *mdev)

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