projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2dd3af
)
USB: whiteheat: remove driver version
author
Johan Hovold
<
[email protected]
>
Thu, 22 Mar 2012 15:50:54 +0000
(16:50 +0100)
committer
Greg Kroah-Hartman
<
[email protected]
>
Tue, 10 Apr 2012 20:32:07 +0000
(13:32 -0700)
Remove driver version -- it's the kernel version that matters.
Signed-off-by: Johan Hovold <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/usb/serial/whiteheat.c
patch
|
blob
|
history
diff --git
a/drivers/usb/serial/whiteheat.c
b/drivers/usb/serial/whiteheat.c
index 407e23c87946b8ad8e67afa6ec17b6a24a14b53f..522bf850a05da8e4d0f4dc15d9ed9ad6e842d25b 100644
(file)
--- a/
drivers/usb/serial/whiteheat.c
+++ b/
drivers/usb/serial/whiteheat.c
@@
-45,7
+45,6
@@
static bool debug;
/*
* Version Information
*/
-#define DRIVER_VERSION "v2.0"
#define DRIVER_AUTHOR "Greg Kroah-Hartman <
[email protected]
>, Stuart MacDonald <
[email protected]
>"
#define DRIVER_DESC "USB ConnectTech WhiteHEAT driver"
@@
-408,8
+407,8
@@
static int whiteheat_attach(struct usb_serial *serial)
hw_info = (struct whiteheat_hw_info *)&result[1];
- dev_info(&serial->dev->dev, "%s:
Driver %s:
Firmware v%d.%02d\n",
- serial->type->description,
DRIVER_VERSION,
+ dev_info(&serial->dev->dev, "%s: Firmware v%d.%02d\n",
+ serial->type->description,
hw_info->sw_major_rev, hw_info->sw_minor_rev);
for (i = 0; i < serial->num_ports; i++) {