OSDN Git Service

Staging: media: lirc: Use unsigned int instead unsigned
authorMihaela Muraru <mihaela.muraru21@gmail.com>
Tue, 11 Oct 2016 08:15:03 +0000 (11:15 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Oct 2016 08:26:27 +0000 (10:26 +0200)
commit51ea64c98d8f432d8553704faa7765935358580d
tree08dd2a95ce21d18f2ee05a0f8c5df06bde1fc77a
parenta88727e7ccbbadd3c55ac4df9a3973020d07b099
Staging: media: lirc: Use unsigned int instead unsigned

This patch fixes a WARNING: Prefer 'unsigned int' to bare use of
'unsigned', found by checkpatch.pl. By fixing this the types of the
parameters become more explicit.

Signed-off-by: Mihaela Muraru <mihaela.muraru21@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/media/lirc/lirc_zilog.c