diff options
author | Jiri Slaby <jslaby@suse.cz> | 2021-06-18 08:14:11 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-06-18 13:09:58 +0200 |
commit | dc33f644f1cbcf333eb13e213f2e4af82af1dfcd (patch) | |
tree | c2fc60e222bfa83eaf54a8e9ae119c080aaa8267 /drivers/acpi | |
parent | 4463cc5b8cbeb38cf1bf4b25ac285a9cd10a7f2b (diff) |
mxser: cleanup Gpci_uart_info struct
The Gpci_uart_info structure contains up to tripled information and
chose weird types for the members. Deduplicate the members and choose
proper types for the data -- everything can be u8 except baud rate.
There, we use speed_t, which is used in this context.
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20210618061516.662-6-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/acpi')
0 files changed, 0 insertions, 0 deletions