serial: max310x: replace bare use of 'unsigned' with 'unsigned int' (checkpatch)
authorHugo Villeneuve <hvilleneuve@dimonoff.com>
Thu, 18 Jan 2024 15:22:11 +0000 (10:22 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 28 Jan 2024 03:05:04 +0000 (19:05 -0800)
commit79b69eb09cf5b6a77e621b2838b7e0d38113debb
tree70ae1154015fbd0b0636e4735f77be3988ee3213
parent9464833a765f66a9fbc0b972e89c1e1a13f4d3a0
serial: max310x: replace bare use of 'unsigned' with 'unsigned int' (checkpatch)

Fixes the following checkpatch warnings:

    WARNING: Prefer 'unsigned int' to bare use of 'unsigned'

With this change, the affected functions now match the prototypes in
struct gpio_chip.

Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
Link: https://lore.kernel.org/r/20240118152213.2644269-16-hugo@hugovil.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/max310x.c