]> git.kernelconcepts.de Git - karo-tx-linux.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)
commite59a41b69a8e116d5ac8c95c4222f5a971f66bbd
tree84f1d9b3d79f4455a18c2485acb493e354315c20
parent91ec1d3535b2acf12c599045cc19ad9be3c6a47b
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