mirror of
https://github.com/torvalds/linux.git
synced 2024-12-18 00:53:40 +00:00
staging: vme_user: use an unsigned int for counting the number of kparams
unsigned int is what struct kparam_array internally uses. Signed-off-by: Emilio G. Cota <cota@braap.org> Acked-by: Martyn Welch <martyn.welch@ge.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
b9cc293486
commit
c949231838
@ -44,7 +44,7 @@ static DEFINE_MUTEX(vme_user_mutex);
|
|||||||
static char driver_name[] = "vme_user";
|
static char driver_name[] = "vme_user";
|
||||||
|
|
||||||
static int bus[USER_BUS_MAX];
|
static int bus[USER_BUS_MAX];
|
||||||
static int bus_num;
|
static unsigned int bus_num;
|
||||||
|
|
||||||
/* Currently Documentation/devices.txt defines the following for VME:
|
/* Currently Documentation/devices.txt defines the following for VME:
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user