Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bastien Nocera
power-profiles-daemon
Commits
e2c4f6fe
Commit
e2c4f6fe
authored
Jun 28, 2022
by
Bastien Nocera
Browse files
intel-pstate: Fix return type of ->probe() implementation
parent
4684a0ce
Pipeline
#624173
passed with stage
in 1 minute and 9 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/ppd-driver-intel-pstate.c
View file @
e2c4f6fe
...
...
@@ -117,7 +117,7 @@ has_turbo (void)
return
has_turbo
;
}
static
gboolean
static
PpdProbeResult
ppd_driver_intel_pstate_probe
(
PpdDriver
*
driver
)
{
PpdDriverIntelPstate
*
pstate
=
PPD_DRIVER_INTEL_PSTATE
(
driver
);
...
...
Write
Preview
Supports
Markdown
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