bpf: depends on MODULES
[pandora-kernel.git] / fs / partitions / sun.c
index a32660e..b5b6fcf 100644 (file)
@@ -116,7 +116,7 @@ int sun_partition(struct parsed_partitions *state)
                }
                slot++;
        }
-       printk("\n");
+       strlcat(state->pp_buf, "\n", PAGE_SIZE);
        put_dev_sector(sect);
        return 1;
 }