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
78d413e8
Commit
78d413e8
authored
Nov 23, 2004
by
Greg Kroah-Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] I2C: make fixup_fan_min static in adm1026 driver.
Signed-off-by:
Greg Kroah-Hartman
<
greg@kroah.com
>
parent
54807fc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/i2c/chips/adm1026.c
drivers/i2c/chips/adm1026.c
+1
-1
No files found.
drivers/i2c/chips/adm1026.c
View file @
78d413e8
...
...
@@ -914,7 +914,7 @@ fan_offset(7);
fan_offset
(
8
);
/* Adjust fan_min to account for new fan divisor */
void
fixup_fan_min
(
struct
device
*
dev
,
int
fan
,
int
old_div
)
static
void
fixup_fan_min
(
struct
device
*
dev
,
int
fan
,
int
old_div
)
{
struct
i2c_client
*
client
=
to_i2c_client
(
dev
);
struct
adm1026_data
*
data
=
i2c_get_clientdata
(
client
);
...
...
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