Commit c9492318 authored by Emilio G. Cota's avatar Emilio G. Cota Committed by Greg Kroah-Hartman

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: default avatarEmilio G. Cota <cota@braap.org>
Acked-by: default avatarMartyn Welch <martyn.welch@ge.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent b9cc2934
...@@ -44,7 +44,7 @@ static DEFINE_MUTEX(vme_user_mutex); ...@@ -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:
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment