]> asedeno.scripts.mit.edu Git - linux.git/commit
ncr5380: Remove command list debug code
authorFinn Thain <fthain@telegraphics.com.au>
Sun, 3 Jan 2016 05:05:52 +0000 (16:05 +1100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 7 Jan 2016 02:43:05 +0000 (21:43 -0500)
commite5c3fddfaa066e440315e713ddf8b60e9ac48cf7
tree530c78f49e39fa6005f60389a5e17b0162ec42cf
parent11d2f63b9cf5665ce9dc425236b326dd327c4aa3
ncr5380: Remove command list debug code

Some NCR5380 hosts offer a .show_info method to access the contents of
the various command list data structures from a procfs file. When NDEBUG
is set, the same information is sent to the console during EH.

The two core drivers, atari_NCR5380.c and NCR5380.c differ here. Because
it is just for debugging, the easiest way to fix the discrepancy is
simply remove this code.

The only remaining users of NCR5380_show_info() and NCR5380_write_info()
are drivers that define PSEUDO_DMA. The others have no use for the
.show_info method, so don't initialize it.

Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Reviewed-by: Hannes Reinecke <hare@suse.com>
Tested-by: Ondrej Zary <linux@rainbow-software.org>
Tested-by: Michael Schmitz <schmitzmic@gmail.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/NCR5380.c
drivers/scsi/arm/oak.c
drivers/scsi/atari_NCR5380.c
drivers/scsi/atari_scsi.c
drivers/scsi/g_NCR5380.c
drivers/scsi/sun3_scsi.c