scsi/NCR5380: fix dprintk macro usage and definition
authorFinn Thain <fthain@telegraphics.com.au>
Tue, 18 Mar 2014 00:42:18 +0000 (11:42 +1100)
committerChristoph Hellwig <hch@lst.de>
Wed, 28 May 2014 10:05:37 +0000 (12:05 +0200)
commit52a6a1cbd9615d2df59bdf8e77da90371e6a9a84
tree0b555b15394c82b396955a961dec1851e6d5b5c4
parent4dde8f7d7759c5fa9c5b64ff6af3eff7b4d3b315
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 <fthain@telegraphics.com.au>
Acked-by: Sam Creasey <sammy@sammy.net>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/scsi/NCR5380.c
drivers/scsi/NCR5380.h