diff options
Diffstat (limited to 'fs/partitions/sun.c')
-rw-r--r-- | fs/partitions/sun.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/partitions/sun.c b/fs/partitions/sun.c index a32660e25f7f..b5b6fcfb3d36 100644 --- a/fs/partitions/sun.c +++ b/fs/partitions/sun.c | |||
@@ -116,7 +116,7 @@ int sun_partition(struct parsed_partitions *state) | |||
116 | } | 116 | } |
117 | slot++; | 117 | slot++; |
118 | } | 118 | } |
119 | printk("\n"); | 119 | strlcat(state->pp_buf, "\n", PAGE_SIZE); |
120 | put_dev_sector(sect); | 120 | put_dev_sector(sect); |
121 | return 1; | 121 | return 1; |
122 | } | 122 | } |