Commit 751d9214 authored by Duncan Sands's avatar Duncan Sands Committed by Greg Kroah-Hartman

[PATCH] USB: speedtouch: remove version string duplication

speedtouch: remove udsl_version in favour of DRIVER_VERSION (which it duplicated).
parent 582f787c
...@@ -44,8 +44,6 @@ ...@@ -44,8 +44,6 @@
#include <linux/atmdev.h> #include <linux/atmdev.h>
#include "atmsar.h" #include "atmsar.h"
const char *udsl_version = "1.5A";
/* /*
#define DEBUG 1 #define DEBUG 1
#define DEBUG_PACKET 1 #define DEBUG_PACKET 1
...@@ -1011,7 +1009,7 @@ static int __init udsl_usb_init (void) ...@@ -1011,7 +1009,7 @@ static int __init udsl_usb_init (void)
{ {
int i; int i;
PDEBUG ("Initializing SpeedTouch Driver Version %s\n", udsl_version); PDEBUG ("Initializing SpeedTouch Driver Version " DRIVER_VERSION "\n");
for (i = 0; i < MAX_UDSL; i++) for (i = 0; i < MAX_UDSL; i++)
minor_data[i] = NULL; minor_data[i] = NULL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment