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
d75801fd
Commit
d75801fd
authored
May 24, 2004
by
Dave Jones
Committed by
Dave Jones
May 24, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CPUFREQ] Remove a bunch of trailing whitespace from the powernow-k8 driver.
parent
3c892fff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
arch/i386/kernel/cpu/cpufreq/powernow-k8.c
arch/i386/kernel/cpu/cpufreq/powernow-k8.c
+4
-4
No files found.
arch/i386/kernel/cpu/cpufreq/powernow-k8.c
View file @
d75801fd
...
@@ -553,7 +553,7 @@ static int fill_powernow_table(struct powernow_k8_data *data, struct pst_s *pst,
...
@@ -553,7 +553,7 @@ static int fill_powernow_table(struct powernow_k8_data *data, struct pst_s *pst,
printk
(
KERN_ERR
PFX
"no p states to transition
\n
"
);
printk
(
KERN_ERR
PFX
"no p states to transition
\n
"
);
return
-
ENODEV
;
return
-
ENODEV
;
}
}
if
(
check_pst_table
(
data
,
pst
,
maxvid
))
if
(
check_pst_table
(
data
,
pst
,
maxvid
))
return
-
EINVAL
;
return
-
EINVAL
;
...
@@ -738,7 +738,7 @@ static int powernow_k8_cpu_init_acpi(struct powernow_k8_data *data)
...
@@ -738,7 +738,7 @@ static int powernow_k8_cpu_init_acpi(struct powernow_k8_data *data)
printk
(
KERN_ERR
PFX
"Too many lo freq table entries
\n
"
);
printk
(
KERN_ERR
PFX
"Too many lo freq table entries
\n
"
);
goto
err_out
;
goto
err_out
;
}
}
if
(
powernow_table
[
i
].
frequency
!=
(
data
->
acpi_data
.
states
[
i
].
core_frequency
*
1000
))
{
if
(
powernow_table
[
i
].
frequency
!=
(
data
->
acpi_data
.
states
[
i
].
core_frequency
*
1000
))
{
printk
(
KERN_INFO
PFX
"invalid freq entries %u kHz vs. %u kHz
\n
"
,
printk
(
KERN_INFO
PFX
"invalid freq entries %u kHz vs. %u kHz
\n
"
,
powernow_table
[
i
].
frequency
,
powernow_table
[
i
].
frequency
,
...
@@ -762,7 +762,7 @@ static int powernow_k8_cpu_init_acpi(struct powernow_k8_data *data)
...
@@ -762,7 +762,7 @@ static int powernow_k8_cpu_init_acpi(struct powernow_k8_data *data)
/* data->acpi_data.state_count informs us at ->exit() whether ACPI was used */
/* data->acpi_data.state_count informs us at ->exit() whether ACPI was used */
data
->
acpi_data
.
state_count
=
0
;
data
->
acpi_data
.
state_count
=
0
;
return
-
ENODEV
;
return
-
ENODEV
;
}
}
...
@@ -1047,7 +1047,7 @@ static unsigned int powernowk8_get (unsigned int cpu)
...
@@ -1047,7 +1047,7 @@ static unsigned int powernowk8_get (unsigned int cpu)
if
(
query_current_values_with_pending_wait
(
data
))
if
(
query_current_values_with_pending_wait
(
data
))
goto
out
;
goto
out
;
khz
=
find_khz_freq_from_fid
(
data
->
currfid
);
khz
=
find_khz_freq_from_fid
(
data
->
currfid
);
out:
out:
preempt_enable_no_resched
();
preempt_enable_no_resched
();
...
...
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