staging: emxx_udc: Fix unsigned int to bare use of unsigned

This is a patch to fixes up a
WARNING: Prefer 'unsigned int' to bare use of 'unsigned'
found by the checkpatch.pl tool

Signed-off-by: Anchal Jain <anchalj109@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Anchal Jain 2016-09-14 23:38:04 +05:30 committed by Greg Kroah-Hartman
parent d5102ad4d6
commit 190b95170d
1 changed files with 1 additions and 1 deletions

View File

@ -586,7 +586,7 @@ struct nbu2ss_udc {
unsigned remote_wakeup:1;
unsigned udc_enabled:1;
unsigned mA;
unsigned int mA;
u32 curr_config; /* Current Configuration Number */