mxser: introduce enum mxser_must_hwid
authorJiri Slaby <jslaby@suse.cz>
Fri, 18 Jun 2021 06:14:14 +0000 (08:14 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Jun 2021 11:09:58 +0000 (13:09 +0200)
commite45583668e0313c422c650d5da11405624cf547c
treed068f952638389a04d98b83c32114dd6d4c142d5
parent292955a7c011e2351a7ed6f8d7e418d4f3fdd585
mxser: introduce enum mxser_must_hwid

Provided the MUST HW ID is an enumeration, define one (enum
mxser_must_hwid) and use it in the code.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20210618061516.662-9-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/mxser.c