Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 190b9517 authored by Anchal Jain's avatar Anchal Jain Committed by Greg Kroah-Hartman
Browse files

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: default avatarAnchal Jain <anchalj109@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d5102ad4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */