staging: vme_user: use an unsigned int for counting the number of kparams
authorEmilio G. Cota <cota@braap.org>
Fri, 12 Nov 2010 11:15:21 +0000 (11:15 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 16 Nov 2010 19:40:16 +0000 (11:40 -0800)
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>
drivers/staging/vme/devices/vme_user.c

index f7fa02d0d87be04a25d7a0e8a9480a60774a1663..7c61adc8eb79e5e9c05a3d42a4f0d9dbc164a2d2 100644 (file)
@@ -44,7 +44,7 @@ static DEFINE_MUTEX(vme_user_mutex);
 static char driver_name[] = "vme_user";
 
 static int bus[USER_BUS_MAX];
-static int bus_num;
+static unsigned int bus_num;
 
 /* Currently Documentation/devices.txt defines the following for VME:
  *