From: Finn Thain Date: Tue, 18 Mar 2014 00:42:19 +0000 (+1100) Subject: scsi/NCR5380: adopt NCR5380_dprint() and NCR5380_dprint_phase() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~13^2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ad3a593145b4941a1ee9e52896da67e38d082da;p=pandora-kernel.git scsi/NCR5380: adopt NCR5380_dprint() and NCR5380_dprint_phase() All NCR5380 drivers already include the NCR5380.h header. Better to adopt those macros rather than have three variations on them. Moreover, the macros in NCR5380.h are preferable anyway: the atari_NCR5380 and sun3_NCR5380 versions are inflexible. For example, they can't accomodate NCR5380_dprint(NDEBUG_MAIN | NDEBUG_QUEUES, ...) Replace the NCR_PRINT* macros from atari_NCR5380.h and sun3_NCR5380.h with the equivalent macros from NCR5380.h. Signed-off-by: Finn Thain Acked-by: Sam Creasey Acked-by: Michael Schmitz Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed