Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4c315a5d authored by Michal Marek's avatar Michal Marek
Browse files

scsi/in2000: Drop __TIME__ usage



The kernel already prints its build timestamp during boot, no need to
repeat it in random drivers and produce different object files each
time.

Cc: "James E.J. Bottomley" <James.Bottomley@suse.de>
Cc: linux-scsi@vger.kernel.org
Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
parent 571b16da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2228,7 +2228,7 @@ static int in2000_proc_info(struct Scsi_Host *instance, char *buf, char **start,
	bp = buf;
	*bp = '\0';
	if (hd->proc & PR_VERSION) {
		sprintf(tbuf, "\nVersion %s - %s. Compiled %s %s", IN2000_VERSION, IN2000_DATE, __DATE__, __TIME__);
		sprintf(tbuf, "\nVersion %s - %s.", IN2000_VERSION, IN2000_DATE);
		strcat(bp, tbuf);
	}
	if (hd->proc & PR_INFO) {