Merge tag 'usb-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
[firefly-linux-kernel-4.4.55.git] / drivers / scsi / ips.c
index e5c28435d768113aa1f63ccffaa46f29749312b5..7542f11d3fcdb35c798714ed38501cb39086178e 100644 (file)
@@ -2038,15 +2038,14 @@ ips_host_info(ips_ha_t *ha, struct seq_file *m)
 {
        METHOD_TRACE("ips_host_info", 1);
 
-       seq_printf(m, "\nIBM ServeRAID General Information:\n\n");
+       seq_puts(m, "\nIBM ServeRAID General Information:\n\n");
 
        if ((le32_to_cpu(ha->nvram->signature) == IPS_NVRAM_P5_SIG) &&
            (le16_to_cpu(ha->nvram->adapter_type) != 0))
                seq_printf(m, "\tController Type                   : %s\n",
                          ips_adapter_name[ha->ad_type - 1]);
        else
-               seq_printf(m,
-                         "\tController Type                   : Unknown\n");
+               seq_puts(m, "\tController Type                   : Unknown\n");
 
        if (ha->io_addr)
                seq_printf(m,
@@ -2138,7 +2137,7 @@ ips_host_info(ips_ha_t *ha, struct seq_file *m)
        seq_printf(m, "\tCurrent Active PT Commands        : %d\n",
                  ha->num_ioctl);
 
-       seq_printf(m, "\n");
+       seq_putc(m, '\n');
 
        return 0;
 }