[patch 3/9] zfcp: Remove obsolete output function from debug trace.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: Martin Peschke <mp3@xxxxxxxxxx>

Remove obsolete output function.

Signed-off-by: Martin Peschke <mp3@xxxxxxxxxx>
Signed-off-by: Christof Schmitt <christof.schmitt@xxxxxxxxxx>
---
 drivers/s390/scsi/zfcp_dbf.c |   15 ---------------
 1 file changed, 15 deletions(-)

--- a/drivers/s390/scsi/zfcp_dbf.c	2008-03-27 14:58:34.000000000 +0100
+++ b/drivers/s390/scsi/zfcp_dbf.c	2008-03-27 14:58:47.000000000 +0100
@@ -74,21 +74,6 @@ static int zfcp_dbf_tag(char *out_buf, c
 	return len;
 }
 
-static int
-zfcp_dbf_view(char *out_buf, const char *label, const char *format, ...)
-{
-	va_list arg;
-	int len = 0;
-
-	len += sprintf(out_buf + len, "%-24s", label);
-	va_start(arg, format);
-	len += vsprintf(out_buf + len, format, arg);
-	va_end(arg);
-	len += sprintf(out_buf + len, "\n");
-
-	return len;
-}
-
 static void zfcp_dbf_outs(char **buf, const char *s1, const char *s2)
 {
 	*buf += sprintf(*buf, "%-24s%s\n", s1, s2);

-- 
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]
  Powered by Linux