staging: greybus: uart.c: change 'unsigned' to 'unsigned int'

Fixes checkpatch.pl warning:
WARNING: Prefer 'unsigned int' to bare use of 'unsigned'

Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Chaehyun Lim 2016-09-22 10:56:43 +09:00 committed by Greg Kroah-Hartman
parent 3311157455
commit 26746a3603
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ static int gb_uart_flush(struct gb_tty *gb_tty, u8 flags)
&request, sizeof(request), NULL, 0);
}
static struct gb_tty *get_gb_by_minor(unsigned minor)
static struct gb_tty *get_gb_by_minor(unsigned int minor)
{
struct gb_tty *gb_tty;