diff options
Diffstat (limited to 'fs/partitions/efi.c')
-rw-r--r-- | fs/partitions/efi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/partitions/efi.c b/fs/partitions/efi.c index 9efb2cfe2410..dbb44d4bb8a7 100644 --- a/fs/partitions/efi.c +++ b/fs/partitions/efi.c | |||
@@ -630,6 +630,6 @@ int efi_partition(struct parsed_partitions *state) | |||
630 | } | 630 | } |
631 | kfree(ptes); | 631 | kfree(ptes); |
632 | kfree(gpt); | 632 | kfree(gpt); |
633 | printk("\n"); | 633 | strlcat(state->pp_buf, "\n", PAGE_SIZE); |
634 | return 1; | 634 | return 1; |
635 | } | 635 | } |