From: Sebastian Andrzej Siewior Date: Tue, 10 Jan 2012 13:16:57 +0000 (+0100) Subject: target: avoid multiple outputs in scsi_dump_inquiry() X-Git-Tag: v3.3-rc3~2^2~19 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e59a41b69a8e116d5ac8c95c4222f5a971f66bbd;p=pandora-kernel.git 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 Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed