projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c47faa
)
Staging: vme: Correct vme_user error message typo
author
Martyn Welch
<martyn.welch@gefanuc.com>
Tue, 15 Dec 2009 08:42:43 +0000
(08:42 +0000)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 4 Mar 2010 00:42:27 +0000
(16:42 -0800)
Correction of erroneous error message in vme_user.c.
Signed-off-by: Martyn Welch <martyn.welch@gefanuc.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
e228942
..
2159540
100644
(file)
--- a/
drivers/staging/vme/devices/vme_user.c
+++ b/
drivers/staging/vme/devices/vme_user.c
@@
-574,8
+574,8
@@
static int __init vme_user_init(void)
* in future revisions if that ever becomes necessary.
*/
if (bus_num > USER_BUS_MAX) {
- printk(KERN_ERR "%s: Driver only able to handle %d
PIO2 "
-
"Cards\n",
driver_name, USER_BUS_MAX);
+ printk(KERN_ERR "%s: Driver only able to handle %d
buses\n",
+ driver_name, USER_BUS_MAX);
bus_num = USER_BUS_MAX;
}