Commit 804ff506 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] ppc64: fix rtas flash driver

From: Anton Blanchard <anton@samba.org>

From: John Rose <johnrose@austin.ibm.com>

Please apply the following, which fixes a typo that prevents the creation of
the manage_flash /proc file.
parent 116288d4
...@@ -692,7 +692,7 @@ int __init rtas_flash_init(void) ...@@ -692,7 +692,7 @@ int __init rtas_flash_init(void)
if (rc != 0) if (rc != 0)
goto cleanup; goto cleanup;
manage_pde = create_flash_pde("ppc64/rtas" MANAGE_FLASH_NAME, manage_pde = create_flash_pde("ppc64/rtas/" MANAGE_FLASH_NAME,
&manage_flash_operations); &manage_flash_operations);
if (manage_pde == NULL) { if (manage_pde == NULL) {
rc = -ENOMEM; rc = -ENOMEM;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment