]> git.baikalelectronics.ru Git - kernel.git/commit
scsi/NCR5380: use NCR5380_dprint() instead of NCR5380_print()
authorFinn Thain <fthain@telegraphics.com.au>
Tue, 18 Mar 2014 00:42:16 +0000 (11:42 +1100)
committerChristoph Hellwig <hch@lst.de>
Wed, 28 May 2014 10:05:37 +0000 (12:05 +0200)
commit240f5ab56ce248d72453fc38a1a2cbe957702519
tree1c7c8b24dddcf72cc72c30937d0b581657823b8e
parent2758f5af9897241c7bd329a93ef8dc3daf636cee
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 <fthain@telegraphics.com.au>
Acked-by: Sam Creasey <sammy@sammy.net>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/scsi/sun3_scsi.c