]> Pileus Git - ~andy/linux/blobdiff - fs/partitions/efi.c
Merge branch 'stable/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad...
[~andy/linux] / fs / partitions / efi.c
index 9efb2cfe2410338914108bbc0f0abb20a61781a0..dbb44d4bb8a7fa4267de9181069ef9290262e24c 100644 (file)
@@ -630,6 +630,6 @@ int efi_partition(struct parsed_partitions *state)
        }
        kfree(ptes);
        kfree(gpt);
-       printk("\n");
+       strlcat(state->pp_buf, "\n", PAGE_SIZE);
        return 1;
 }