commit | e59a41b69a8e116d5ac8c95c4222f5a971f66bbd | [log] [tgz] |
---|---|---|
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | Tue Jan 10 14:16:57 2012 +0100 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Wed Jan 18 08:30:36 2012 +0000 |
tree | 84f1d9b3d79f4455a18c2485acb493e354315c20 | |
parent | 91ec1d3535b2acf12c599045cc19ad9be3c6a47b [diff] |
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>