Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303533
b: refs/heads/master
c: a6765cb
h: refs/heads/master
i:
  303531: 0d34860
v: v3
  • Loading branch information
Johan Hovold authored and Greg Kroah-Hartman committed Apr 10, 2012
1 parent b04eeb3 commit e169ae3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e2dd3af49ad96804e385e7342ac5999a7da32df4
refs/heads/master: a6765cbafa1570617fd68e4ff5fa525329c72e66
5 changes: 2 additions & 3 deletions trunk/drivers/usb/serial/whiteheat.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ static bool debug;
/*
* Version Information
*/
#define DRIVER_VERSION "v2.0"
#define DRIVER_AUTHOR "Greg Kroah-Hartman <greg@kroah.com>, Stuart MacDonald <stuartm@connecttech.com>"
#define DRIVER_DESC "USB ConnectTech WhiteHEAT driver"

Expand Down Expand Up @@ -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++) {
Expand Down

0 comments on commit e169ae3

Please sign in to comment.