projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9cc293
)
staging: vme_user: use an unsigned int for counting the number of kparams
author
Emilio G. Cota
<cota@braap.org>
Fri, 12 Nov 2010 11:15:21 +0000
(11:15 +0000)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/drivers/staging/vme/devices/vme_user.c
b/drivers/staging/vme/devices/vme_user.c
index
f7fa02d
..
7c61adc
100644
(file)
--- a/
drivers/staging/vme/devices/vme_user.c
+++ b/
drivers/staging/vme/devices/vme_user.c
@@
-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:
*