Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...
[linux-2.6-block.git] / drivers / pci / proc.c
index e29b0d5ced6270294cfa130836125283bb01191a..5495537c60c2441a2b9922526833f4d81e393753 100644 (file)
@@ -387,7 +387,7 @@ static int show_device(struct seq_file *m, void *v)
        }
        seq_putc(m, '\t');
        if (drv)
-               seq_printf(m, "%s", drv->name);
+               seq_puts(m, drv->name);
        seq_putc(m, '\n');
        return 0;
 }