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
d2fec68c
Commit
d2fec68c
authored
Mar 26, 2003
by
Russell King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ARM] Kill compiler warning about uninitialised ppcr in cpu-sa1110.c.
parent
d9283157
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
arch/arm/mach-sa1100/cpu-sa1110.c
arch/arm/mach-sa1100/cpu-sa1110.c
+2
-0
No files found.
arch/arm/mach-sa1100/cpu-sa1110.c
View file @
d2fec68c
...
@@ -234,6 +234,8 @@ static int sa1110_target(struct cpufreq_policy *policy,
...
@@ -234,6 +234,8 @@ static int sa1110_target(struct cpufreq_policy *policy,
(
sa11x0_ppcr_to_freq
(
ppcr
-
1
)
>=
policy
->
min
))
(
sa11x0_ppcr_to_freq
(
ppcr
-
1
)
>=
policy
->
min
))
ppcr
--
;
ppcr
--
;
break
;
break
;
default:
return
-
EINVAL
;
}
}
freqs
.
old
=
sa11x0_getspeed
();
freqs
.
old
=
sa11x0_getspeed
();
...
...
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