serial: Prefer unsigned int to bare use of unsigned
authorJinchao Wang <wjc@cdjrlc.com>
Thu, 24 Jun 2021 02:12:07 +0000 (10:12 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 24 Jun 2021 12:51:45 +0000 (14:51 +0200)
commit5607fa6c3da3189de1bac356c73bc4fcaf4c0234
treebbe8038f90d5c17e6dda329bacc2e5c2d81101f1
parentb67e830d38fa9335d927fe67e812e3ed81b4689c
serial: Prefer unsigned int to bare use of unsigned

Fix checkpatch warnings:
WARNING: Prefer 'unsigned int' to bare use of 'unsigned'

Signed-off-by: Jinchao Wang <wjc@cdjrlc.com>
Link: https://lore.kernel.org/r/20210624021207.58059-1-wjc@cdjrlc.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/mvebu-uart.c
drivers/tty/serial/xilinx_uartps.c