From: Finn Thain Date: Tue, 18 Mar 2014 00:42:16 +0000 (+1100) Subject: scsi/NCR5380: use NCR5380_dprint() instead of NCR5380_print() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~13^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d614f06832870a4b500c3122e4f24a665ece190d;p=pandora-kernel.git scsi/NCR5380: use NCR5380_dprint() instead of NCR5380_print() Only the NCR5380_dprint() macro should invoke the NCR5380_print() function. That's why NCR5380.c only defines the function #if NDEBUG. Use the standard macro. Signed-off-by: Finn Thain Acked-by: Sam Creasey Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed