Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
16003d23
Commit
16003d23
authored
Apr 24, 2014
by
Joel Stanley
Committed by
Benjamin Herrenschmidt
Apr 28, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
powerpc/powernv: Fix typos in sysparam code
Signed-off-by:
Benjamin Herrenschmidt
<
benh@kernel.crashing.org
>
parent
85390378
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
arch/powerpc/platforms/powernv/opal-sysparam.c
arch/powerpc/platforms/powernv/opal-sysparam.c
+2
-2
No files found.
arch/powerpc/platforms/powernv/opal-sysparam.c
View file @
16003d23
...
...
@@ -222,13 +222,13 @@ void __init opal_sys_param_init(void)
}
if
(
of_property_read_u32_array
(
sysparam
,
"param-len"
,
size
,
count
))
{
pr_err
(
"SYSPARAM: Missing propery param-len in the DT
\n
"
);
pr_err
(
"SYSPARAM: Missing proper
t
y param-len in the DT
\n
"
);
goto
out_free_perm
;
}
if
(
of_property_read_u8_array
(
sysparam
,
"param-perm"
,
perm
,
count
))
{
pr_err
(
"SYSPARAM: Missing propery param-perm in the DT
\n
"
);
pr_err
(
"SYSPARAM: Missing proper
t
y param-perm in the DT
\n
"
);
goto
out_free_perm
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment