mxser: remove mxser_cardinfo
authorJiri Slaby <jslaby@suse.cz>
Fri, 18 Jun 2021 06:14:54 +0000 (08:14 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Jun 2021 11:10:01 +0000 (13:10 +0200)
commitc24c31ff4a7d392945293fd61e844921b9f26f33
treedc22bf1a8f0e8b5e992945d664fb0ba0d4bb70d6
parent1e37f7333c89a5364511e3a0eaf28ff617ee42ed
mxser: remove mxser_cardinfo

Now that mxser_cards array (of struct mxser_cardinfo) contains only port
count and a quirk, we can encode these two directly into
pci_device_id::driver_data. And we can remove this struct completely.

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