Staging: sm750fb: use unsigned int instead unsigned
authorMuraru Mihaela <mihaela.muraru21@gmail.com>
Mon, 3 Oct 2016 14:55:18 +0000 (17:55 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Oct 2016 08:24:18 +0000 (10:24 +0200)
commit14c681ea83adcbb33ed31c50cda1a2297bbade7e
treeeb265edd39ba4426c512fe08914e5227098a2532
parent9872fa751e0bad862161c442d44b7ea597e23676
Staging: sm750fb: 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 of the function become more explicit.

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