aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/scsi/in2000.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/in2000.c b/drivers/scsi/in2000.c
index 6568aab745a0..6096d9340407 100644
--- a/drivers/scsi/in2000.c
+++ b/drivers/scsi/in2000.c
@@ -2228,7 +2228,7 @@ static int in2000_proc_info(struct Scsi_Host *instance, char *buf, char **start,
2228 bp = buf; 2228 bp = buf;
2229 *bp = '\0'; 2229 *bp = '\0';
2230 if (hd->proc & PR_VERSION) { 2230 if (hd->proc & PR_VERSION) {
2231 sprintf(tbuf, "\nVersion %s - %s. Compiled %s %s", IN2000_VERSION, IN2000_DATE, __DATE__, __TIME__); 2231 sprintf(tbuf, "\nVersion %s - %s.", IN2000_VERSION, IN2000_DATE);
2232 strcat(bp, tbuf); 2232 strcat(bp, tbuf);
2233 } 2233 }
2234 if (hd->proc & PR_INFO) { 2234 if (hd->proc & PR_INFO) {