diff options
Diffstat (limited to 'arch/powerpc/kernel/nvram_64.c')
-rw-r--r-- | arch/powerpc/kernel/nvram_64.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/powerpc/kernel/nvram_64.c b/arch/powerpc/kernel/nvram_64.c index ad461e735aec..9cf197f01e94 100644 --- a/arch/powerpc/kernel/nvram_64.c +++ b/arch/powerpc/kernel/nvram_64.c | |||
@@ -338,8 +338,8 @@ static int __init nvram_create_os_partition(void) | |||
338 | 338 | ||
339 | rc = nvram_write_header(new_part); | 339 | rc = nvram_write_header(new_part); |
340 | if (rc <= 0) { | 340 | if (rc <= 0) { |
341 | printk(KERN_ERR "nvram_create_os_partition: nvram_write_header \ | 341 | printk(KERN_ERR "nvram_create_os_partition: nvram_write_header " |
342 | failed (%d)\n", rc); | 342 | "failed (%d)\n", rc); |
343 | return rc; | 343 | return rc; |
344 | } | 344 | } |
345 | 345 | ||
@@ -349,7 +349,7 @@ static int __init nvram_create_os_partition(void) | |||
349 | rc = ppc_md.nvram_write((char *)&seq_init, sizeof(seq_init), &tmp_index); | 349 | rc = ppc_md.nvram_write((char *)&seq_init, sizeof(seq_init), &tmp_index); |
350 | if (rc <= 0) { | 350 | if (rc <= 0) { |
351 | printk(KERN_ERR "nvram_create_os_partition: nvram_write " | 351 | printk(KERN_ERR "nvram_create_os_partition: nvram_write " |
352 | "failed (%d)\n", rc); | 352 | "failed (%d)\n", rc); |
353 | return rc; | 353 | return rc; |
354 | } | 354 | } |
355 | 355 | ||