ata: Guard ata_scsi_dump_cdb() by ATA_VERBOSE_DEBUG
authorPaul Menzel <pmenzel@molgen.mpg.de>
Sun, 8 Jul 2018 07:11:34 +0000 (09:11 +0200)
committerTejun Heo <tj@kernel.org>
Thu, 12 Jul 2018 20:05:33 +0000 (13:05 -0700)
commit32a5342ac19ad07000cfe06e97acf9544cc7cf28
treec58265571a5f9f7f869f9e06fb863b7d4cb9794e
parentbd0038b1b4f499d814d8f33a55b1df5ea6cf3b85
ata: Guard ata_scsi_dump_cdb() by ATA_VERBOSE_DEBUG

Defining `ATA_DEBUG` nothing can be really seen, as the log is spammed
with CDB messages.

Therefore, guard the print by `ATA_VERBOSE_DEBUG`.

Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/ata/libata-scsi.c