From: Finn Thain Date: Tue, 18 Mar 2014 00:42:18 +0000 (+1100) Subject: scsi/NCR5380: fix dprintk macro usage and definition X-Git-Tag: omap-for-v3.16/fixes-against-rc1~13^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52a6a1cbd9615d2df59bdf8e77da90371e6a9a84;p=pandora-kernel.git scsi/NCR5380: fix dprintk macro usage and definition There are three implementations of the core NCR5380 driver and three sets of debugging macro definitions. And all three implementations use the NCR5380.h header as well. Two of the definitions of the dprintk macro accept a variable argument list whereas the third does not. Standardize on the variable argument list. Signed-off-by: Finn Thain Acked-by: Sam Creasey Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed