]> git.baikalelectronics.ru Git - kernel.git/commit
target: avoid multiple outputs in scsi_dump_inquiry()
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Tue, 10 Jan 2012 13:16:57 +0000 (14:16 +0100)
committerNicholas Bellinger <nab@linux-iscsi.org>
Wed, 18 Jan 2012 08:30:36 +0000 (08:30 +0000)
commitaf088db550cca99413e53bcb8150ca3047e973b1
tree84f1d9b3d79f4455a18c2485acb493e354315c20
parent533a4bc41bb4dff5bd74203e780d056525cc5a4b
target: avoid multiple outputs in scsi_dump_inquiry()

The multiple calls to pr_debug() each with one letter results in a new
line. This patch merges the multiple requests into one call per line
so we don't have the multiple line cuts.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/target_core_transport.c