Skip to content

Commit

Permalink
staging: vme_user: use an unsigned int for counting the number of kpa…
Browse files Browse the repository at this point in the history
…rams

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>
  • Loading branch information
Emilio G. Cota authored and Greg Kroah-Hartman committed Nov 16, 2010
1 parent b9cc293 commit c949231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/vme/devices/vme_user.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
*
Expand Down

0 comments on commit c949231

Please sign in to comment.