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
3cd5b87d
Commit
3cd5b87d
authored
Sep 05, 2006
by
Lebedev, Vladimir P
Committed by
Len Brown
Oct 14, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ACPI: sbs: fix module_param() initializers
Signed-off-by:
Len Brown
<
len.brown@intel.com
>
parent
963497c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
drivers/acpi/sbs.c
drivers/acpi/sbs.c
+5
-5
No files found.
drivers/acpi/sbs.c
View file @
3cd5b87d
...
...
@@ -98,11 +98,11 @@ static int update_info_mode = UPDATE_INFO_MODE;
static
int
update_time
=
UPDATE_TIME
;
static
int
update_time2
=
UPDATE_TIME2
;
module_param
(
capacity_mode
,
int
,
CAPACITY_UNIT
);
module_param
(
update_mode
,
int
,
UPDATE_MODE
);
module_param
(
update_info_mode
,
int
,
UPDATE_INFO_MODE
);
module_param
(
update_time
,
int
,
UPDATE_TIME
);
module_param
(
update_time2
,
int
,
UPDATE_TIME2
);
module_param
(
capacity_mode
,
int
,
0
);
module_param
(
update_mode
,
int
,
0
);
module_param
(
update_info_mode
,
int
,
0
);
module_param
(
update_time
,
int
,
0
);
module_param
(
update_time2
,
int
,
0
);
static
int
acpi_sbs_add
(
struct
acpi_device
*
device
);
static
int
acpi_sbs_remove
(
struct
acpi_device
*
device
,
int
type
);
...
...
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