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

Commit 400bb236 authored by Grant Coady's avatar Grant Coady Committed by Linus Torvalds
Browse files

[PATCH] cciss_scsi warning fix



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

Signed-off-by: default avatarGrant Coady <gcoady@gmail.com>
Acked-by: default avatarMike Miller <mike.miller@hp.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 0c535089
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -255,7 +255,7 @@ scsi_cmd_stack_free(int ctlr)
#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;