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
Kirill Smelkov
linux
Commits
9245fe9f
Commit
9245fe9f
authored
Dec 20, 2017
by
Rafael J. Wysocki
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'acpi-cppc'
* acpi-cppc: ACPI: CPPC: remove initial assignment of pcc_ss_data
parents
bb82e0b4
951ef0e1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/acpi/cppc_acpi.c
drivers/acpi/cppc_acpi.c
+1
-1
No files found.
drivers/acpi/cppc_acpi.c
View file @
9245fe9f
...
...
@@ -1171,7 +1171,7 @@ int cppc_set_perf(int cpu, struct cppc_perf_ctrls *perf_ctrls)
struct
cpc_desc
*
cpc_desc
=
per_cpu
(
cpc_desc_ptr
,
cpu
);
struct
cpc_register_resource
*
desired_reg
;
int
pcc_ss_id
=
per_cpu
(
cpu_pcc_subspace_idx
,
cpu
);
struct
cppc_pcc_data
*
pcc_ss_data
=
pcc_data
[
pcc_ss_id
]
;
struct
cppc_pcc_data
*
pcc_ss_data
;
int
ret
=
0
;
if
(
!
cpc_desc
||
pcc_ss_id
<
0
)
{
...
...
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