]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/scsi/atari_NCR5380.c
Merge tag 'pinctrl-v3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw...
[karo-tx-linux.git] / drivers / scsi / atari_NCR5380.c
index 6daed6b386d4c8b47cb3094754d59b162039802c..a70255413e7f97aa3e786ebe446d435ac4ab3d95 100644 (file)
@@ -711,12 +711,12 @@ static void show_Scsi_Cmnd(struct scsi_cmnd *cmd, struct seq_file *m)
        unsigned char *command;
        seq_printf(m, "scsi%d: destination target %d, lun %llu\n",
                H_NO(cmd), cmd->device->id, cmd->device->lun);
-       seq_printf(m, "        command = ");
+       seq_puts(m, "        command = ");
        command = cmd->cmnd;
        seq_printf(m, "%2d (0x%02x)", command[0], command[0]);
        for (i = 1, s = COMMAND_SIZE(command[0]); i < s; ++i)
                seq_printf(m, " %02x", command[i]);
-       seq_printf(m, "\n");
+       seq_putc(m, '\n');
 }
 
 static int __maybe_unused NCR5380_show_info(struct seq_file *m,