lkml.org 
[lkml]   [2005]   [Nov]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[RFC PATCH] Silence warning in cciss_scsi
Date
Greetings,

From: Grant Coady <gcoady@gmail.com>

Silence warning due to all callers being commented out:
drivers/block/cciss_scsi.c:264: warning: `print_bytes' defined but not used
drivers/block/cciss_scsi.c:298: warning: `print_cmd' defined but not used

compile tested with allmodconfig

Signed-off-by: Grant Coady <gcoady@gmail.com>

---
cciss_scsi.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

--- linux-2.6.15-rc1a/drivers/block/cciss_scsi.c~ 2005-11-12 13:51:12.000000000 +1100
+++ linux-2.6.15-rc1a/drivers/block/cciss_scsi.c 2005-11-12 15:36:01.000000000 +1100
@@ -255,7 +255,7 @@
#define DEVICETYPE(n) (n<0 || n>MAX_SCSI_DEVICE_CODE) ? \
"Unknown" : scsi_device_types[n]

-#if 1
+#if 0
static int xmargin=8;
static int amargin=60;

--
Thanks,
Grant.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-11-12 05:48    [W:0.020 / U:1.072 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site