serial: pic32: convert to_pic32_sport() to an inline
authorJiri Slaby <jslaby@suse.cz>
Tue, 3 May 2022 06:31:18 +0000 (08:31 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 5 May 2022 20:39:18 +0000 (22:39 +0200)
commit412314720aec9226e7e423395d27ca17d5dd3b24
tree0143cd4c62f32a15bce9b7e968ef4b9b1a091950
parent343f23cfc22b1d1577289db694f6896d1ac26594
serial: pic32: convert to_pic32_sport() to an inline

'c' is not in wrapped in parentheses in the to_pic32_sport() macro, so
it might be problematic wrt macro expansion. Using an inline is always
safer in these cases. Both type-wise and macro-expansion-wise. So switch
the macro to an inline.

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